mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-21 12:21:46 +02:00
navigation arrows (visible/invisible 16segs)
This commit is contained in:
committed by
GitHub
parent
203cca427a
commit
7ab7e98fc8
@@ -1514,16 +1514,21 @@ left: 0;
|
|||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
#navigation {
|
#navigation {
|
||||||
-webkit-animation: fadeIn 6s;
|
-webkit-animation: fadeIn 16s;
|
||||||
animation: fadeIn 6s;
|
animation: fadeIn 16s;
|
||||||
opacity:0;
|
opacity:0;
|
||||||
}
|
}
|
||||||
/*#navigation:hover {
|
#navigation:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}*/
|
}
|
||||||
|
/* -- navigation arrow always visible? -- */
|
||||||
|
|
||||||
|
/*
|
||||||
#webslides:hover #navigation {
|
#webslides:hover #navigation {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
#counter {
|
#counter {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
Reference in New Issue
Block a user