1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-20 11:51:40 +02:00

navigation swipe icon (fadein 6segs)

This commit is contained in:
José Luis Antúnez
2017-01-18 15:43:08 +01:00
committed by GitHub
parent 7ab7e98fc8
commit 36d67af342

View File

@@ -1565,6 +1565,8 @@ a#previous {
#navigation {
background: url('../images/swipe.svg') no-repeat center top;
background-size: 4.8rem;
-webkit-animation: fadeIn 6s;
animation: fadeIn 6s;
}
#navigation a, #counter {display: none;
}