Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adobe Animate CC - stop animation repeating

New Here ,
May 03, 2016 May 03, 2016

I have created a short animation in Adobe Animate CC for the first time and got it exported as HTML/JS to include in a website however the animation keeps repeating. I want the animation to stop once it has finished.

Can anyone help with it?

Thanks

TOPICS
How to
27.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 03, 2016 May 03, 2016

Hi. Just add this.stop() in the last frame, this function stop the timeline.

Translate
Community Expert ,
May 03, 2016 May 03, 2016

Hi. Just add this.stop() in the last frame, this function stop the timeline.

Marlon Ceballos.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 03, 2016 May 03, 2016

Brilliant thanks Marlon!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 11, 2016 Jul 11, 2016

Hi... I'm an old Flash user trying to learn animate cc. I tried to put this code on but when I press the keyframe, nothing happned. So I don't know how I put this Stop comand on the timeline.

Thank you

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 11, 2016 Jul 11, 2016

Hi. Yo need put the code in a frame (for example, the first frame) of the main timeline if the animation is in the timeline.

Marlon Ceballos.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 06, 2018 Jul 06, 2018

First of all, place the cursor above the point you need to stop animation; in the Insert button choose "Time line" and add a Key Frame.

Then, go to the "Window" button and select Actions field: a window will open. Go to Timeline Control, select and double clic on "Stop". The indication " Stop ( ) ;  "   will appear within the window and a small "a" or alpha will appear within the key frame. Close the actions window. Action is ready, animation will not repeat any more.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 19, 2021 May 19, 2021

I have tried Stop(); and this.stop(); but nothing work I don't understand.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 19, 2021 May 19, 2021
LATEST

Hi.

 

For HTML5 documents, use this.stop();.

 

For AS3 documents, use stop();.

* lowercase s in the stop word

 

Regards,

JC

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines