Animation
Below primitives are available to do basic animation in JavaScript.
<AfterTimeout>— renders children after a timeout.<AfterDraf>— renders children after doublerequestAnimationFrame.<WhenIdle>— renders children on browser idle time.<Render>— re-renders children on everyrequestAnimationFrame.<RenderInterval>— re-renders children at a specified frame rate per second.<Tween>— applies an easing function to animation duration value from<Render>.<Interpolation>— interpolates a map of values using a<Tween>.