Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
Is there any API support for animation objects at all implemented as of yet? I put together a great bit of animated lightning for my background during stormy weather; is there a way to trigger it to run once without looping?
No API support yet beyond creating the objects. Probably your only current option is to put a long empty frame at the end of the animation and when you create the object use setTimeout() to schedule removing it sometime within that long frame.