vedel by mi dakto poradit pri tomto
http://www.creativejuiz.fr/trytotry/jui ... ss3-html5/
animation play state running - pri hoveri na body (kludne aj hover na to tlacitko play, to je vlastne fuck)
co som pozeral malo by to klasicky ist... ale ako nahle zamenim target za hover tak sa to nerozhybe.
Spoiler
#sl_play:target ~ #slideshow .slider,
#sl_play:target ~ #slideshow figure:after,
#sl_play:target ~ #slideshow figcaption,
#sl_play:target ~ #slideshow #timeline,
#sl_play:target ~ #slideshow .dots_commands li:first-child a:after {
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
animation-play-state: running;
}
#sl_play:target ~ #slideshow figure:after,
#sl_play:target ~ #slideshow figcaption,
#sl_play:target ~ #slideshow #timeline,
#sl_play:target ~ #slideshow .dots_commands li:first-child a:after {
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
animation-play-state: running;
}
Spoiler
#sl_play:hover ~ #slideshow .slider,
#sl_play:hover ~ #slideshow figure:after,
#sl_play:hover ~ #slideshow figcaption,
#sl_play:hover ~ #slideshow #timeline,
#sl_play:hover ~ #slideshow .dots_commands li:first-child a:after {
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
animation-play-state: running;
}
#sl_play:hover ~ #slideshow figure:after,
#sl_play:hover ~ #slideshow figcaption,
#sl_play:hover ~ #slideshow #timeline,
#sl_play:hover ~ #slideshow .dots_commands li:first-child a:after {
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
animation-play-state: running;
}