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>
<script> LottieInteractivity.create({ player:'#toggleLottie', mode:"cursor", actions: [ { type: "toggle" } ] }); </script>
Comments
0 comments
Article is closed for comments.