Skip to main content
Inspiring
December 2, 2015
Answered

How do i target animation frame with javascript?

  • December 2, 2015
  • 1 reply
  • 339 views

like where is it in the DOM? what is it called? is it not exposed to javascript?

This topic has been closed for replies.
Correct answer c.pfaffenbichler
like where is it in the DOM?

You probably will have to use AM code (as recorded with ScriptingListener.plugin) instead of DOM code.

Have you done a Forum search yet?

1 reply

c.pfaffenbichler
Community Expert
c.pfaffenbichlerCommunity ExpertCorrect answer
Community Expert
December 2, 2015
like where is it in the DOM?

You probably will have to use AM code (as recorded with ScriptingListener.plugin) instead of DOM code.

Have you done a Forum search yet?

mecdosAuthor
Inspiring
December 2, 2015

thanks. i did search but i guess i was expecting a different answer. but in short, there is no access to frames via dom and i have to listen to events to target it?

c.pfaffenbichler
Community Expert
Community Expert
December 3, 2015

To the best of my knowledge yes, you will have to use ActionManager code. (Best wrap it into a function that takes the relevant parameters as arguments.)