SlideShowTransition Speed

  • Thread starter Thread starter Juan Calcagno
  • Start date Start date
J

Juan Calcagno

While trying to access Powerpoint object model programatically via
automation, I realize that the available settings for slides transition
speed are as follow:
1 : slow
2 : medium
3 : fast
-2 : mixed

Does anyone know the number of seconds that each option represents?

Thanks in advance.
 
slow=3sec
medium=2sec
fast=1sec
Correct me if i'm wrong.
--
Site Updated: October 30, 2005
http://www.pptheaven.xs3.com
PowerPoint Heaven - The Power to Animate
Contains tutorials on creating amazing animations for your PowerPoint
Presentations.
=========
 
tohlz said:
slow=3sec
medium=2sec
fast=1sec
Correct me if i'm wrong.

Just reviewed it, and seems to be correct, however is funny, I'll explain.

According to the PPT Object Model, property values:

SLOW corresponds to value 1, however duration goes for 3 seconds
MEDIUM corresponds to value 2 and duration goes for 2 seconds
FAST corresponds to value 3,however duration goes for 1 seconds

It would have been easier and clearer if the number of seconds matched
the property available values, like

SLOW value 3, duration 3 seconds
MEDIUM stays the same
FAST value 1, duration 1 second

But maybe it's just me and I am feeling too picky today....;)

What do I know?.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top