Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

API's for Slider Revolution!

Home / Forums / Virtue Theme / API's for Slider Revolution!

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
March 21, 2016 at 9:13 pm

Hi Ben,

Do you know of any source for custom Javascript / CSS codes for Slider Revolution?

I mean things like this one (e.g. Marquee effect):

revapi36.bind('revolution.slide.layeraction', function(e, data) {

if(data.eventtype !== 'enteredstage') return;
var $this = data.layer;

if(!$this.hasClass('marquee')) return;
$this.closest('li').find('.marquee-bg').click();

});

Thank you,
Jay

  • The forum ‘Virtue Theme’ is closed to new topics and replies.