joryphillips / joryphillips.github.io

Jory's portfolio/resume website
https://joryphillips.com
ISC License
2 stars 0 forks source link

CSS Transitions don't play well with Safari #6

Closed joryphillips closed 6 years ago

joryphillips commented 9 years ago

Using CSSTransitionGroup to provide an opacity or other transition between routes doesn't work well with 'swiping' forward or backward, as the user sees the native swipe followed by the CSS transition.

Try to disable CSSTransitionGroup with touch events. Also look into how trackpad swiping may or may not differ from mobile device touch events.

joryphillips commented 6 years ago

obsolete