Constructor
new Tweenable(opt_initialStateopt, opt_configopt)
Tweenable constructor.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
opt_initialState |
Object |
<optional> |
The values that the initial tween should start at if a `from` object is not provided to `{{#crossLink "Tweenable/tween:method"}}{{/crossLink}}` or `{{#crossLink "Tweenable/setConfig:method"}}{{/crossLink}}`. |
opt_config |
Object |
<optional> |
Configuration object to be passed to `{{#crossLink "Tweenable/setConfig:method"}}{{/crossLink}}`. |
- Source: