AliYousuf / open-pdf-presenter

Automatically exported from code.google.com/p/open-pdf-presenter
GNU General Public License v3.0
0 stars 0 forks source link

Make fading optional #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I don't like the fading between two slides at all, it's not in my PDF and I 
don't want it. Would be cool if it could be disabled.

Original issue reported on code.google.com by neothema...@googlemail.com on 11 Jul 2013 at 8:19

GoogleCodeExporter commented 8 years ago
That feature is already supported if you use the command line:

$ open-pdf-presenter --help
(...)
   -l,  --list
     List available transitions and exit

   -e <Transition Effect>,  --effect <Transition Effect>
     Transition effect to use during presentation

   -t <Transition duration>,  --transition <Transition duration>
     Duration of the transition effect between slides, in mseconds
$ open-pdf-presenter --list
Possible transitions:
    crossfade   Fades the new slide with increasing opacity over the old slide
    no-transition   Does not perform any slide transition effect
$ open-pdf-presenter -e no-transition

Let me know if you have any problem with this option.

Original comment by zait...@gmail.com on 11 Jul 2013 at 9:23

GoogleCodeExporter commented 8 years ago
Ah, nice, then this should be included here, too: 
http://code.google.com/p/open-pdf-presenter/wiki/UserGuide

Original comment by neothema...@googlemail.com on 12 Jul 2013 at 6:25

GoogleCodeExporter commented 8 years ago
You are right, and I've updated the guide. Thanks for noticing!

I am marking this bug as closed - invalid

Original comment by zait...@gmail.com on 12 Jul 2013 at 8:29