Ever notice how small flourishes and subtle transitions dramatically increases the value of the experience you enjoy with an app or site? Designing and developing UIs for the mobile web is tricky, but it’s extremely difficult to do that while delivering something that performs at 60fps. The best opportunities to getting jank-free transitions on phones/tablets are CSS transition and keyframe animation based, especially tapping into hardware-accelerated transforms and opacity changes.
This library has a few goals:
- It provides very little UI of its own. It’s only hooks for transitions/animations.
- Designer-curated set of classy and reasonable effects. (no
easeInBounce
) - Establish browser support guidelines (e.g. Android 2.3 would gracefully degrade)
- CSS performance regression testing (a la bench.topcoat.io)
- Deliver jank-free 60fps performance on target browsers/devices
- If a particular effect cannot deliver target performance (hey
blur()
CSS filter), it cannot be included. - Guidelines on what to avoid when styling these affected elements (avoid expensive CSS)
- Deliver a builder so users can pull only the CSS they need.
- There is no hover on the mobile web, so any hover-based effects would be excluded or have a tap equivalent.
GIPHY App Key not set. Please check settings