JoryHogeveen / off-canvas-sidebars

This plugin will add various options to implement off-canvas sidebars in your WordPress theme based on the Slidebars jQuery plugin.
GNU General Public License v2.0
14 stars 4 forks source link

Option to use basic "legacy" CSS for transitions instead of CSS3 tranform #26

Closed JoryHogeveen closed 7 years ago

JoryHogeveen commented 8 years ago

Reason: I've tried for months to get it al working AND use the current transitions with hardware acceleration but this is simply impossible due to browser structure. Wherever you look, loads of people have the same problems when using fixed elements within elements that use the transform properties. Only IE seems to do this as expected (weirdly enough...).

A lot of plugins and libraries for off-canvas elements use these "legacy" transitions so I though "heck, why not".