PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
lib
/
animate
/
source
/
flippers
@keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } .flipOutY { backface-visibility: visible !important; animation-name: flipOutY; }
[+]
..
[-] flipInY.css
[edit]
[-] flipInX.css
[edit]
[-] flipOutX.css
[edit]
[-] flip.css
[edit]
[-] flipOutY.css
[edit]