Skip to main content
Fiddling Orion
Inspiring
November 11, 2022
Question

Adobe Acrobat Pro - Fade in effect for spawned (previously hidden) pages

For Adobe Acrobat Pro, I am simply looking for a way on a button push action, maybe as a javascript code, add a fade in or maybe do a quick flash effect to a newly spawned (previously hidden) page (which also jumps to) that is produced via some Javascript actions (see reference below).

 

This project is a job application, so want to give the applicant a nice, very brief, visual que that they just added and in the new added page to the application. 

 

My two Javascript actions for the transitions put in are:

To spawn the page:

var a = this.getTemplate("AccidentPage");
a.spawn(this.pageNum+1,true,false);
this.calculateNow();

and to jump to that page:

this.pageNum = this.pageNum + 1;

 

Ce sujet a été fermé aux réponses.

2 commentaires

try67
Community Expert
Community Expert
November 11, 2022

There are no built-in features in Acrobat to allow for something like that (except for Transitions, but those only work in Full-Screen Mode). You can probably achieve something like it using a script, but I really don't think it's worth the trouble...

Fiddling Orion
Inspiring
November 11, 2022

Thanks..and yeah. Not worth the trouble the more I think on it. Just was hoping for that next extra touch to finish this project. 

kglad
Community Expert
Community Expert
November 11, 2022

<moved from download and install >