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