PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
lib
/
animate
/
source
/
bouncing_exits
@keyframes bounceOutUp { 20% { transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; transform: translate3d(0, 20px, 0); } 100% { opacity: 0; transform: translate3d(0, -2000px, 0); } } .bounceOutUp { animation-name: bounceOutUp; }
[+]
..
[-] bounceOutRight.css
[edit]
[-] bounceOutDown.css
[edit]
[-] bounceOutLeft.css
[edit]
[-] bounceOutUp.css
[edit]
[-] bounceOut.css
[edit]