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