PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
lib
/
animate
/
source
/
attention_seekers
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scale3d(1, 1, 1); } } .pulse { animation-name: pulse; }
[+]
..
[-] swing.css
[edit]
[-] rubberBand.css
[edit]
[-] tada.css
[edit]
[-] wobble.css
[edit]
[-] flash.css
[edit]
[-] bounce.css
[edit]
[-] pulse.css
[edit]
[-] shake.css
[edit]