Toggle animation

This section shows an example of a Lottie that is toggled when clicked on.
<script>
LottieInteractivity.create({
    player:'#toggleLottie',
    mode:"cursor",
    actions: [
        {
            type: "toggle"
        }
]
});
</script>
        



Updated

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.