Skip to content

Comment on Simple and fast CSS page transitions in your hybrid mobile app

Comments

There's a webkit bug that is pertinent here.

We can't accelerate animation on a mobile app that uses position:fixed for persistent headers due to http://code.google.com/p/chromium/issues/detail?id=20574

This makes for some jerky transitions, unfortunately, but the alternative is forgoing the simplicity and performance afforded by position:fixed for persistent nav.

With trigger.io you can use native titlebar and tabbar elements so you don't have to mess around with position:fixed http://docs.trigger.io/en/v1.4/modules/topbar.html#modules-t...

:-D

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.