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

slide to play frames

New Here ,
Feb 03, 2016 Feb 03, 2016

This is the challenge!

This is a 3d scene and I want to create a slider so I can move thru the frames.

The goal is not to play sequences but to control manually the scene.

How can be done? I would appreciate some help.

TOPICS
Acrobat SDK and JavaScript
393
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
Engaged ,
Feb 05, 2016 Feb 05, 2016
LATEST

The Animation object in the 3D JS API will allow you to get the length of the animation in seconds, the current time measured in seconds, as well as the number of frames per second. Do a little math and you can step through the animation frame by frame...

...or you can just use the animation slider in the 3D toolbar.

J-

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