1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-24 13:53:21 +02:00

overlay (.dark, .light): animation-duration:0

This commit is contained in:
José Luis Antúnez
2017-04-04 12:16:55 +02:00
committed by GitHub
parent ae273d05fc
commit 99ddf85cc0

View File

@@ -1459,8 +1459,7 @@ section * {
-webkit-animation: fadeIn 0.3s ease-in-out;
animation: fadeIn 0.3s ease-in-out;
}
section .background,section .background-video,
[class*="background-"].light,[class*="background-"].dark {
section .background,section .light,section .dark {
-webkit-animation-duration:0s;
animation-duration:0s;
}