Skip to content

An example of how to use an animated sequence of *png* images for the `mouseover` event on an `Image object` in the After Effects ScriptUI panel.

License

Notifications You must be signed in to change notification settings

rendertom/ScriptUI-animated-mouseover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScriptUI animated mouseover

An example of how to use an animated sequence of png images for the mouseover event on an Image object in the After Effects ScriptUI panel.

ScriptUI animated mouseover

Snippet uses the app.setTimeout() method that pings application every 1000/60th of a second. It should not be overused, otherwise, it will bog down the system. However, this is justifiable in our case, since we're only using it on mouseover event, and canceling it on mouseout.

Use case

Copy the entire function addAnimatedImage(parentGroup, options) { /.../ } function into your code, and then invoke it like such:

var animatedImage = addAnimatedImage(win, {
    mouseoutImages: 'path to a folder with MOUSEOUT png sequence',
    mouseoverImages: 'path to a folder with MOUSEOVER png sequence',
});

License

Apache 2.0 licence

About

An example of how to use an animated sequence of *png* images for the `mouseover` event on an `Image object` in the After Effects ScriptUI panel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published