Previous | Next | (P-PDF) JavaScript
Topic: JavaScript Page Transitions
Conf: (P-PDF) JavaScript, Msg: 27784
From: PBHastings
Date: 9/29/2001 05:27 AM
I have a PDF for presentations that I have attempted to insert JavaScript page transitions throughout. I have inserted the call (that I saw posted here and elsewhere a couple of times) in the Set Page Actions>Open Page>JavaScript.
this.setPageTransitions({nStart: 0, aTrans: [-1, "GlitterRight",
1]});
AND It works. I just change the page number and transition for each page. Is it really this easy? Or have I created something that might fall apart at the seams?
Pattie Belle