PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
lib
/
animate
/
source
/
rotating_entrances
@keyframes rotateIn { 0% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center; transform: none; opacity: 1; } } .rotateIn { animation-name: rotateIn; }
[+]
..
[-] rotateIn.css
[edit]
[-] rotateInUpRight.css
[edit]
[-] rotateInUpLeft.css
[edit]
[-] rotateInDownRight.css
[edit]
[-] rotateInDownLeft.css
[edit]