Skip to content

Instantly share code, notes, and snippets.

@Rich-Harris
Created November 9, 2018 13:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Rich-Harris/883cbf23af7093f4b44bf5c2750ec1e1 to your computer and use it in GitHub Desktop.
Save Rich-Harris/883cbf23af7093f4b44bf5c2750ec1e1 to your computer and use it in GitHub Desktop.
Platform wishlist

Platform wishlist

An unconnected list of things it'd be nice to have in the platform. I may add to this over time

SVG 2

Is this ever going to happen? SVG 1.1 is really showing its age, and it feels like something browser vendors have long since stopped caring about

Cmd-F

It would be lovely if it was possible to hook into Cmd-F somehow so that we could provide (for example) a way to search through windowed lists and datagrids without having to implement it from scratch

Spring physics

Native UI design often makes heavy use of spring physics. On the web, if we're trying to keep animations off the main thread, we can use CSS or Web Animations, but both are timeline-based — we're restricted to a limited range of easing functions. It would be great if it were possible to express spring physics without resorting to JavaScript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment