1
0
Fork 0

Documentation for property-interpolate

This commit is contained in:
Torsten Dreyer 2012-02-12 19:57:44 +01:00
parent eb6672f313
commit f62c9fe77d

View file

@ -173,6 +173,15 @@ property-assign - assign a value to a property
value: the new value for the property; or
property[1]: the name of the property holding the new value.
property-interpolate - assign a value to a property, interpolated
over time
property[0]: the name of the property that will get the new value
and defines the starting point of the interpolation
value: the new value for the property; or
property[1]: the name of the property holding the new value.
time: the time in seconds it takes for the transition from the
old value to the new value of property[0]
property-adjust - adjust the value of a property
property: the name of the property to increment or decrement
step: the amount of the increment or decrement (defaults to 0)