Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Colleagues,
The tricks who scenes are changed are as old as the movie. Once upon a time somebody gave me the Story Teller slide maker. This program used very similar menu of slide change effects (swim in from left, right, top, bottom, explode from the center, appear new slide in every second rectangles of a chessboard, so on) like the present Powerpoint, Prezi programs.
Please help me with a link to an article dealing the mathematical background and code samples used for fancy slide changes.

Regards
Frank

What I have tried:

I have not tried anything yet but understood and controlled slide changes would be nice in my own programs.
Posted
Comments
Richard MacCutchan 19-Mar-16 5:43am    
Google is your friend.
johannesnestler 22-Mar-16 10:33am    
maybe you could use Xaml Animations (if you create a UWP,WPF or Silverlight, Phone-XAML, ... - App) and Forget about the maths... - you may want to have a look at at the UWP Example library where you can find animations, transitions build into the samples. Slide effects are very easy to create (just Change the Location, margin, or withd properties over time with animations). But even if you don't do an UWP (but other XAML-app), you can find some good ideas there. Oh - now I see you taged C++ - so what I've written will not be useful for you. But when I think about doing such things in C++ I get flashbacks from my old C++ days - brrrr. So hopefully you are using somekind of "Framework" - DirextX or so?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900