Animation
Utilities for animating elements with CSS animations.
Class | Properties |
---|---|
ob-animation-none | animation: none |
ob-animation-spin | animation: ob-spin 1s linear infinite |
ob-animate-ping | animation: ob-ping 1s cubic-bezier(0, 0, .2, 1) infinite |
ob-animate-pulse | animation: ob-pulse 2s cubic-bezier(.4, 0, .6, 1) infinite |
ob-animate-bounce | animation: ob-bounce 1s infinite |