Capítulo 50 de 411
from() inserts a .from()-style tween into the timeline — shorthand for add(gsap.from(...)).
| Parameter | Type | Description |
|---|---|---|
target | Object | Array | String | target(s) or selector text |
vars | Object | starting values + special props (ease, onComplete, etc.) |
position | Number | String | where in the timeline |
tl.from(".box", { opacity: 0, y: 50 });