SaladoPlayer:Data types

From PanoZona

Contents

SaladoPlayer during process of parsing xml tries to guess type of given attribute value. It does this by analysing characters of value. This means that there are restrictions on what can be passed as value of given type. For instance, if value consists of digits, dot and minus sign in speciffic order it is interpreted as Number. On the other hand if String contains " : " parser will interpret it as object and it will try dividing it into sub-attribute and value. Rules on what to set as value to pass it as intended type are very intuitive and configuration misinterpretations will be indicated as warnings in trace window. Parser is unforgiving when it comes to white characters, spaces are allowed only inside Strings.

Object

Boolean

Number

String

Function

Avaible functions

Functions visulalisation

Linear

  • Linear.easeNone
  • Linear.easeIn
  • Linear.easeOut
  • Linear.easeInOut

Expo

  • Expo.easeIn
  • Expo.easeOut
  • Expo.easeInOut

Cubic

  • Cubic.easeIn
  • Cubic.easeOut
  • Cubic.easeInOut

Bounce

  • Bounce.easeIn
  • Bounce.easeOut
  • Bounce.easeInOut

Back

  • Back.easeIn
  • Back.easeOut
  • Back.easeInOut