paulrouget / dzslides

DZSlides is a one-file HTML template to build slides in HTML5 and CSS3.
http://paulrouget.com/dzslides
939 stars 255 forks source link

Opera support #34

Closed mstalfoort closed 13 years ago

mstalfoort commented 13 years ago
paulrouget commented 13 years ago

This code does too much (cleaning code, fixing problems in opera, perf tweaks, etc). Please move these changes in other bug/pull requests.

Also, I only accept progressive enhancement and graceful degradation code. Using something like isOpera must be avoided.

Do you think you can rewrite this just with feature detection and/or nice degradation (no transition for example)?