-
Notifications
You must be signed in to change notification settings - Fork 1
onUpdateProperties
Jan-Ole Schümann edited this page May 21, 2017
·
1 revision
These properties define a method that is called on every update of the tween, either with or without an object that is passed to the method:
- If no object should be passed, on set onUpdate
- If an object should be passed, set both onUpdateArg and onUpdateParams.
These properties can also be set by using the keywords onUpdate and onUpdateParams.