jeremyckahn / shifty

The fastest TypeScript animation engine on the web
https://jeremyckahn.github.io/shifty/doc/
MIT License
1.54k stars 88 forks source link

Replace "px" extension with generic token-replace extension #8

Closed jeremyckahn closed 13 years ago

jeremyckahn commented 13 years ago

More formats than px should be supported. I need to replace that extension with an extension that will filter all value-token types.

jeremyckahn commented 13 years ago

Oh. This is done. The px extension was replaced by the css_unit extension.