Revolution Slider Stop Hover
Hello,
I do not understand why the text disappears in "stop hover" mode.
Setting :
with this java :
revapi15.on('mouseenter mouseleave', function(event) {
var action = event.type === 'mouseenter' ? 'pause' : 'resume';
jQuery('.tp-caption').each(function() {
var anime = jQuery(this).data('timeline');
if(anime) anime[action]();
});
});
Comments
as we can see, the text does not disappear when you hover. It disappears when you take the cursor of the the slider but this probably happens because you probably set something wrong for those text layers. For more details about slider layers, please visit https://www.themepunch.com/revslider-doc/layer-animations-timeline/