This example demonstrates how to create an animation effect on a point marker when the mouse cursor is over it on the map. The animation employs Spring easing to achieve a satisfying pop effect, and demonstrates the ability to pause the animation and reset the marker to its original state when the user moves their cursor away from the map feature.
This example showcases how to apply an animation effect to a point marker symbol when the user clicks on it. The animation employs Spring easing to create a smooth and visually appealing effect. Additionally, the code demonstrates how to add sound effects to enhance the animation experience.
This example showcases adding new animated graphics as an overlay to the Featurelayer. It uses a standard easing function "easeInOutCubic" and specifies an easing duration.
This example demonstrates generating a custom animation using CIM Symbols to generate a timer and Party Pop effect on a clicked point. In this case a custom step function is used to change the rendered symbol on each animation step.