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:
committed by
GitHub
parent
ae273d05fc
commit
99ddf85cc0
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user