mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-25 14:10:42 +02:00
overlay (.dark, .light): animation-duration:0
This commit is contained in:
committed by
GitHub
parent
ae273d05fc
commit
99ddf85cc0
@@ -1459,8 +1459,7 @@ section * {
|
|||||||
-webkit-animation: fadeIn 0.3s ease-in-out;
|
-webkit-animation: fadeIn 0.3s ease-in-out;
|
||||||
animation: fadeIn 0.3s ease-in-out;
|
animation: fadeIn 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
section .background,section .background-video,
|
section .background,section .light,section .dark {
|
||||||
[class*="background-"].light,[class*="background-"].dark {
|
|
||||||
-webkit-animation-duration:0s;
|
-webkit-animation-duration:0s;
|
||||||
animation-duration:0s;
|
animation-duration:0s;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user