From 0b0a16a1deccdbbcaa614eae5b27f5e39d84e2f0 Mon Sep 17 00:00:00 2001 From: Shivam Maheshwari <39937119+Maheshwari2604@users.noreply.github.com> Date: Thu, 10 Oct 2019 12:22:00 +0000 Subject: [PATCH] Update animate.css --- vendor/animate/animate.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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);