Custom Animations
animator.animate(
{ opacity: 0, rotation: -45 },
undefined,
{ duration: 500, stagger: { each: 50, from: 'start' }, ease: 'back.out' }
);
Use animator.animate() to create fully custom animations
with any combination of opacity, x, y, scaleX, scaleY, and rotation.