/
Tweener
Tweener
{ "componentName" : "tweener" , "debug" : <Bool> , "duration" : <Float> , "paused" : <Bool> , "loop" : <Bool> , "listeners" : <Dynamic> , "triggers" : <Dynamic> , "properties" : <Dynamic> }
"listeners" : { <String> : <pause|resume|stop|reset> }
"triggers" : { <pause|resume|stop|reset|step|complete> : <String> }
"properties" : { <String> : { "start" : <Int|Float|Vector>, "end" : <Int|Float|Vector> } }
Overview
- Interpolates between two values and applies to Properties
Properties
- None
Events
- "pause"
- Trigger
- Listener
- "resume"
- Trigger
- Listener
- "stop"
- Trigger
- Listener
- "reset"
- Trigger
- Listener
- "step"
- Trigger
- "complete"
- Trigger
Remarks
- Does not support pool entities
- Properties start and end values must have the same type
- If either start or end property values are not entered the default is to use the entities current position
, multiple selections available,