# animiaction css code example
Example 1: animation shorthand css
animation: name time func delay iteration dir fill play;
animation: none 0s ease 0s 1 normal none running;
Example 2: Css animations
Here a codePen with cool animations:
https://codepen.io/DevLorenzo/pen/ExgpvJM