• Hey Guys,

    Love the plugin, works fantasticly.
    Just a quick query, is it possible to loop certain slides?
    I think I have the code to do it, just not sure where I can place it.

    anim.addEventListener(‘DOMLoaded’, (e) => {
    console.log(‘play’, anim);
    /* anim.play(); */
    anim.playSegments([[0,210],[25,210]], true);
    });

    Thanks so much,

Viewing 2 replies - 1 through 2 (of 2 total)
  • ovanova

    (@ovanova)

    any updates on this?

    I am also interested to make animations play certain frames, and on-click to play different frames.

    wpbodymovin.animations[index_of_animation].instance.playSegments([30,0],true)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Loop certain frames’ is closed to new replies.