Hi, thank you for the module.

Is there anyway of determining when a serious of images has been looped through?

Basically I would like to perform an action at the end of the series of images.

Is this possible?

Thanks for any help

Comments

dagmar’s picture

Category: Support request » Feature request

Not at this moment but is not hard to implement.

Let's convert this into a Feature Request.

  • dagmar committed 49ba98b on 7.x-1.x
    Issue #2137221: Trigger an event when the image completes a loop.
    
dagmar’s picture

Now this can be done using the following code:

$(document).bind('animated_image.loop_completed', function(event, image) {
    console.log('loop');
});
dagmar’s picture

Status: Active » Fixed

  • dagmar committed 72fd9c6 on 7.x-1.x
    Issue #2137221: Trigger an event when the image completes a loop.
    
  • dagmar committed b092f61 on 7.x-1.x
    Issue #2137221: Trigger an event when the image completes a loop.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.