Animated Pie Chart (source)

The PieChart component is NOT animated, and does not know how to animate itself. Instead, the data being passed in to it is being automatically animated when it changes, by wrapping the PieChart component with the "inertial" transformer.

Click anywhere (source)

Here, two spans are created and passed in "top" and "left" attributes to move them. However, one of the spans is wrapped in an "inertial" call that causes its top and left attributes to be animated when changed.

Simple on-off transitions(source)

Static interpolation (source)

Simple on-mount transition (source)