diff --git a/vendor/animate/animate.css b/vendor/animate/animate.css index 1e79e03..36eb352 100644 --- a/vendor/animate/animate.css +++ b/vendor/animate/animate.css @@ -28,6 +28,21 @@ animation-duration: .75s; } + +.animated.flipOutX, +.animated.flipOutY, +.animated.bounceIn, +.animated.bounceOut { + animation-duration: .75s; +} + +@keyframes bounce { + from, 20%, 53%, 80%, to { + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + transform: translate3d(0,0,0); +} + + @keyframes bounce { from, 20%, 53%, 80%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);