You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the animationendcallback data attribute on a zoomTarget element, I just get the following error after animation:
settings.animationendcallback.call is not a function
I've tried passing in simple javascript like a console.log, and even global functions and I still just keep getting that error. Is this an issue of me just not doing it correctly or is this a bug? If it is a problem with my code, I would love to see an example of a callback being used.
Thank you for this great, very mobile-friendly library and I'd really like to be able to use it!
The text was updated successfully, but these errors were encountered:
When trying to use the animationendcallback data attribute on a zoomTarget element, I just get the following error after animation:
settings.animationendcallback.call is not a function
I've tried passing in simple javascript like a console.log, and even global functions and I still just keep getting that error. Is this an issue of me just not doing it correctly or is this a bug? If it is a problem with my code, I would love to see an example of a callback being used.
Thank you for this great, very mobile-friendly library and I'd really like to be able to use it!
The text was updated successfully, but these errors were encountered: