dgileadi / zepto-page-transitions

HTML5 Page Transitions similar to JQuery Mobile page transitions, but standalone (13k) and using Zepto.js
166 stars 46 forks source link

The browser forward button uses the default transition #23

Closed dgileadi closed 11 years ago

dgileadi commented 11 years ago
  1. Go to: http://mbrevis.com/admin/
  2. Select 'Layout'
  3. Click the back button
  4. Click the forward button

Results: the forward button's transition moves in the wrong direction.

dgileadi commented 11 years ago

This is because we don't currently store history state for moving forward.

Ruffio commented 11 years ago

I'm not sure that this bug is fixed. I still get wrong direction :-(

dgileadi commented 11 years ago

Whoops, sure enough. Pushed the full fix.

Ruffio commented 11 years ago

Works like a charm :-)