mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-22 12:53:23 +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;
|
||||
}
|
||||
#navigation {
|
||||
-webkit-animation: fadeIn 6s;
|
||||
animation: fadeIn 6s;
|
||||
-webkit-animation: fadeIn 16s;
|
||||
animation: fadeIn 16s;
|
||||
opacity:0;
|
||||
}
|
||||
/*#navigation:hover {
|
||||
#navigation:hover {
|
||||
opacity: 1;
|
||||
}*/
|
||||
}
|
||||
/* -- navigation arrow always visible? -- */
|
||||
|
||||
/*
|
||||
#webslides:hover #navigation {
|
||||
opacity: 1;
|
||||
}
|
||||
*/
|
||||
|
||||
#counter {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
Reference in New Issue
Block a user