From 180d67b9ed8099d72c9acab6262846ae81d0d83b Mon Sep 17 00:00:00 2001 From: regoremor Date: Thu, 14 May 2020 23:09:27 -0400 Subject: [PATCH] Anti Flickering in Safari --- css/libs/animate.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/libs/animate.css b/css/libs/animate.css index 60f0c96..699808d 100644 --- a/css/libs/animate.css +++ b/css/libs/animate.css @@ -15,12 +15,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI */ .animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } +.animated:not([data-wow-duration]) { + -webkit-animation-duration: 1s; + animation-duration: 1s; +} + .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s;