1
0
Fork 0

Update docs for rate parameter of property-interpolate

This commit is contained in:
Thomas Geymayer 2012-09-06 14:12:36 +02:00
parent 9137a4c402
commit a23464f809

View file

@ -180,7 +180,9 @@ property-interpolate - assign a value to a property, interpolated
value: the new value for the property; or value: the new value for the property; or
property[1]: the name of the property holding the new value. property[1]: the name of the property holding the new value.
time: the time in seconds it takes for the transition from the time: the time in seconds it takes for the transition from the
old value to the new value of property[0] old value to the new value of property[0]; or
rate: the ammount of change per second the value of property[0] changes
to transition to the new value
property-adjust - adjust the value of a property property-adjust - adjust the value of a property
property: the name of the property to increment or decrement property: the name of the property to increment or decrement