![]() |
VOOZH | about |
Foundation CSS is one of the best responsive frameworks. The CSS framework adapts to any device, screen, and is accessible widely. We can make beautiful responsive websites with the help of foundation CSS. It is a highly customizable framework. It is an open-source framework built by the ZURB foundation.
Foundation CSS Motion UI is a library for creating flexible UI transitions and animations in websites. We can either use the built-in animations or create our own animations using this library.
Foundation CSS Motion UI Built-in Transitions is a set of pre-defined animations by the foundation CSS.
Foundation CSS Motion UI Built-in Transition Classes:
Animation configuration:
Animation Types:
Syntax: Set the speed and easing parameters in the class field of element and then play the required animation as follows:
<img class="fast ease" href="link" alt="text"/>
<script>
MotionUI.animateIn('img', 'slide-in-down')
</script>Example: In the example, we have some animations with speed as slow and easing as ease.
Output:
Reference: https://get.foundation/sites/docs/motion-ui.html#built-in-transitions