Creates a smooth animation between two values like the Ease expression but with a slower start.
Contributed by:
easeIn(time, 0, 2, 50, 150);
Gradually increasing a layer’s scale from 50% to 150% over 2 seconds.
Great for automating layouts where the number of text rows affects the design, such as captions, paragraphs, or dynamic subtitles.
Perfect for templates and animations where the number of characters, excluding spaces, plays a role in dynamic layouts, adjusting design elements, or enforcing text length limits.
Ideal for animations or templates where character count impacts design decisions, like creating dynamic layouts or limiting text lengths.
Ideal for creating animations where smaller objects, like buttons or icons, need to move freely but stay within a circular frame.
Perfect for elements that need stable orientation despite parent layer rotations, like fixed icons or labels.
Ideal for creating interaction effects, like eyes or arrows that follow a moving object.