Sozi icon indicating copy to clipboard operation
Sozi copied to clipboard

Parallax scrolling between foreground (presentation content) and background

Open mildred opened this issue 10 years ago • 3 comments

See: https://en.wikipedia.org/wiki/Parallax_scrolling

It would be nice to have the ability to set a background image that would scroll using this method. Giving the illusion of 2.5D or 3D in the presentation. And don't forget to advertise this on the example presentation, this would make sozi much more attractive.

mildred avatar Aug 11 '14 07:08 mildred

I'd imagine implementation as follows:

  • declare a parallax layer that would be global for all frames
  • find the bounding box of all the slides (excluding layers).
  • transform the frame rectangle from coordinates within the bounding box to coordinates within the parallax layer
  • from this transformed coordinates, we construct a layer to be displayed on the current frame.

mildred avatar Aug 11 '14 07:08 mildred

Hi, Mildred. Sorry for not answering your proposal earlier. Now that Sozi 15 is out, I will take a look at this more thoroughly.

aumouvantsillage avatar May 15 '15 16:05 aumouvantsillage

There's an example parallax effect demonstration in youtube.. That's a manual implementation though..

alperyilmaz avatar Apr 26 '17 11:04 alperyilmaz