Forum Discussion
LeonardSaucier
2 months agoCommunity Member
marker pulsing
I am digging the markers pulsing. But can we stop them from pulsing after clicking? When I looked at states, the option for maker animate is greyed out on anything but normal.
Nedim
2 months agoCommunity Member
You can achieve this effect using JavaScript. Essentially, you need to remove the animation element associated with each marker when it's clicked. This can be done by adding an event listener to each marker that targets its nested animation element and removes it.
- KatherineBen4157 days agoCommunity Member
And what's the Javascript you used?
- Nedim7 days agoCommunity Member
I’ve attached the .story file that I used in my presentation. You can find the JavaScript code within the Execute JavaScript trigger. Let me know if you need any further explanation or clarification.