Copy link to clipboard
Copied
I need to call the automatic keyframe function with some commands. Its shortcut key is Alt+k. I want to get this command and add it to my jsfl, but I checked the latest manual, and there is no introduction to it?
Just like a camera, there will be a jsfl command to turn it on and off。
Turn on the automatic keyframe function, there is no trace in the history,
Copy link to clipboard
Copied
an.getDocumentDOM().getTimeline().insertKeyframe();
Copy link to clipboard
Copied
This is a command to insert a keyframe, not an Auto KeyFrame,
What I'm looking for is this newly added feature,
Is there a jsfl that is enabled and disabled?
Copy link to clipboard
Copied
clicking that does the same thing as that jsfl.