EasyImpress is a PHP application developed with Symfony framework, it allows you to realize beautiful 3D sliders using the powerful Impress.js library. The demonstration is built with EasyImpressBundle, which allow you to write simple configuration and get all the benefits of Impress.js in a simple configuration file. With a simple YAML file, you can place all your sliders in the canvas.

slides:
   first:
       data:
           x: 0
           y: 0
           z: 0 
   second:
       data:
           x: 500
           y: 500
           z: 500

Realize simple horizontal transitions

config:
  increments:
      x:
          base: 0
          i: 100

Or more complex canvases!