mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-30 08:21:15 +02:00
fadein 6s navigation arrows
This commit is contained in:
committed by
GitHub
parent
93e7ca009d
commit
7227509222
@@ -1495,8 +1495,8 @@ bottom: 0;
|
|||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
#navigation {
|
#navigation {
|
||||||
-webkit-animation: fadeIn 4s;
|
-webkit-animation: fadeIn 6s;
|
||||||
animation: fadeIn 4s;
|
animation: fadeIn 6s;
|
||||||
opacity:0;
|
opacity:0;
|
||||||
}
|
}
|
||||||
#navigation:hover {
|
#navigation:hover {
|
||||||
@@ -3141,4 +3141,4 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
|
|||||||
#navigation {
|
#navigation {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user