UNPKG
sliderjs
Version:
latest (2.0.0)
2.0.0
lightweight slideshow engine using CSS, Canvas and WebGL Transitions
gre/slider.js
sliderjs
/
src
/
themes
/
hide-right-hover.less
14 lines
(13 loc)
•
220 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// LAYOUT THEME
// hide right, show on hover
.sliderjs
.th-hide-right-hover
{
div
.right
{
.opacity
(
0
);
.transition-duration
(.
5s
); } }
.sliderjs
.th-hide-right-hover
:hover
{
div
.right
{
.opacity
(
1
); } }