Home

Animation

The Famo.us platform is optimized to display complex animations at 60 FPS. With just a few lines of code, you can create seamless, high-performance animations that look great on any device. This is where Famo.us gets really fun!

Tweening

Tweening, also known as inbetweening, is a technique to create animation by smoothly transitioning an element from one state to another. In Famo.us, we can create these simple types of animations using transitionables. More about tweening »

Easing Curves

With easing curves, we can customize the way transitionables transition our renderables from one state to another. Easing curves are ideal for situations where elements have a pre-determined starting and ending state. More about easing curves »

Using Physics

To create more natural-feeling animations, we can apply physics functions (such as springs) to our transitionables. Physics transitions are ideal when we want to create behavior in our application that is more open-ended. More about physics transitions »

First stop: Tweening »