From d88246facc2ccf257c0831288d7e85a230aaa467 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 16 Jun 2019 17:58:44 +0200 Subject: [PATCH] animation adjustments --- CSS/themes/organizr-hotline.css | 2 +- CSS/themes/organizr-marine.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index b3d61283..5e8e582a 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -454,7 +454,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { margin-top: 300px; height: auto; } -.bounceInDown, .flipInX, .flipInY, .hvr-wobble-bottom:hover, .revealIn, .rubberBand, .showSweetAlert[data-animation=pop], .slideIn, .slideInDown, .slideInRight, .tada { +.slideInRight { -webkit-animation-name: none; animation-name: none; } diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 943c21a4..3a07f736 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -454,7 +454,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { margin-top: 300px; height: auto; } -.bounceInDown, .flipInX, .flipInY, .hvr-wobble-bottom:hover, .revealIn, .rubberBand, .showSweetAlert[data-animation=pop], .slideIn, .slideInDown, .slideInRight, .tada { +.slideInRight { -webkit-animation-name: none; animation-name: none; }