|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
x => 500 tween LINEAR
", where x is the value to be changed
via interpolation, and the expression after the =>; or
rect => {height: 400 tween EASEBOTH, width: 500 tween LINEAR};
,
where rect is object to change, with interpolate values for its height and
width attributes.500 tween LINEAR
", where the interpolate type is LINEAR
while 500 is the value to interpolate over.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |