# Animation activation

**URL:** https://community.thunkable.com/t/animation-activation/1555733
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [October 11, 2021, 11:44am UTC](https://community.thunkable.com/t/animation-activation/1555733 "2021-10-11T11:44:20Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![stefano90](https://avatars.discourse-cdn.com/v4/letter/s/5e9695/32.png) [@stefano90](https://community.thunkable.com/u/stefano90)
#### Post date: [October 11, 2021, 11:44am UTC](https://community.thunkable.com/t/animation-activation/1555733/1 "2021-10-11T11:44:20Z")

</div>

When I push a botton I want to see an animation 1 time ( no loops ) ( from [lottiefiles.com](http://lottiefiles.com) )  
It works only the first time, I push the botton and I see the animation but when the animation is finished I push again the botton it doesn’t work, the animation doesn’t run.  
I want to see the animation each time I push the botton.  
How can I fix this problem?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 11, 2021, 1:49pm UTC](https://community.thunkable.com/t/animation-activation/1555733/2 "2021-10-11T13:49:42Z")

</div>

Please provide a link to your project file or screenshots of your blocks. Otherwise, we have to guess about how you made your project.

---

<div class="post-metadata">

### Author: ![stefano90](https://avatars.discourse-cdn.com/v4/letter/s/5e9695/32.png) [@stefano90](https://community.thunkable.com/u/stefano90)
#### Post date: [October 11, 2021, 2:20pm UTC](https://community.thunkable.com/t/animation-activation/1555733/3 "2021-10-11T14:20:40Z")

</div>

![animation problem](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/b/5bef7495c1a7574494fd09a25f662d6768b74774.jpeg)

I want to see the animation every time I click the botton and in this way doesn’t work.

During simulation I see that the animation runs immediately, even if I I don’t see it because i set no visible in design section option.

Loop option is not the solution because I want to see the animation from begging to the end and stop. Each time I push the botton

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 11, 2021, 2:53pm UTC](https://community.thunkable.com/t/animation-activation/1555733/4 "2021-10-11T14:53:53Z")

</div>

The `Visible` property only determines if a _component_ appears on the screen or not. It has nothing to do with whether or not an animation plays.

---

<div class="post-metadata">

### Author: ![stefano90](https://avatars.discourse-cdn.com/v4/letter/s/5e9695/32.png) [@stefano90](https://community.thunkable.com/u/stefano90)
#### Post date: [October 11, 2021, 3:14pm UTC](https://community.thunkable.com/t/animation-activation/1555733/5 "2021-10-11T15:14:14Z")

</div>

I understood this 🙂

I don’t know how to resolve this problem…

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 11, 2021, 3:36pm UTC](https://community.thunkable.com/t/animation-activation/1555733/6 "2021-10-11T15:36:39Z")

</div>

Unfortunately, I don’t know how to play an animation when you click a button. I’ll see if I can figure it out…

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 11, 2021, 3:48pm UTC](https://community.thunkable.com/t/animation-activation/1555733/7 "2021-10-11T15:48:33Z")

</div>

I actually don’t see a way to play an animation using **any** event which is really strange.

The only thing I can recommend is to put the animation on its own screen and then navigate to that screen whenever you need to show the animation.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:14pm UTC](https://community.thunkable.com/t/animation-activation/1555733/8 "2024-11-08T13:14:52Z")

</div>


