Entries by Génesis

My favorite presentation frameworks

Use arrow keys to navigate. Reveal A framework for easily creating beautiful presentations using HTML. Impress It’s a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com I personally prefer impress.js, it’s more powerful, updated and at least as easy as reveal.js

Dealing with zooms and mouse dragging selections

There is a nice CSS property to change any zoom you want and it is called with the same name (zoom), however it doesn’t work well at the same time with mouse dragging selections because of the references and the different implementations around browsers. What you can used instead is another familiar CSS property together […]