animation adjustments

This commit is contained in:
gilbN 2019-06-16 17:58:44 +02:00
parent 569ae6d5e5
commit d88246facc
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}