Forum Discussion
francoismarais
3 years agoCommunity Member
Problem with animated tabs..... HELP
Hello everyone
I have a little problem that I can't solve.
I made a tab system with animations when tabs open or close. Each tab opens a different layer
the problem is the following: if for...
Jürgen_Schoene_
3 years agoCommunity Member
The behavior at first click is actually the expected one. On click a layer is opened - which stops the base layer timeline - so the base layer can't animate anymore (that's the plan). The further clicks should not trigger the start animations - there seems to be an internal wierd patch to start the animation anyway.
If you really want the animation, you need - in your example - a pause of .25 sec between click and show layer.
You can't do that direct in storyline - but via javascript
3x Javascript + and trigger
result:
https://360.articulate.com/review/content/2529a37c-312d-42eb-900e-8c58c8b0dc27/review
Disadvantage: the method does not work with preview, only with publish !!!
Jürgen