1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-22 04:43:42 +02:00

Animation for mobile

#46
This commit is contained in:
Antonio Laguna
2017-03-12 00:05:42 +01:00
parent bfe1cdddc7
commit 2a9279585c
3 changed files with 103 additions and 3 deletions

View File

@@ -499,7 +499,7 @@ pre code {
/*=== 1.2 Animations ================
Just 5 basic animations:
.fadeIn, .fadeInUp, .zoomIn, .slideInLeft, slideInRight
.fadeIn, .fadeInUp, .zoomIn, .slideInLeft, slideInRight
https://github.com/daneden/animate.css*/
/*-- fadeIn -- */
@@ -614,6 +614,7 @@ https://github.com/daneden/animate.css*/
.slideInLeft {
-webkit-animation: slideInLeft 1s;
animation: slideInLeft 1s;
animation-fill-mode: both;
}
/*-- slideInRight -- */
@@ -632,6 +633,7 @@ https://github.com/daneden/animate.css*/
.slideInRight {
-webkit-animation: slideInRight 1s;
animation: slideInRight 1s;
animation-fill-mode: both;
}
/* Animated Background (Matrix) */