- Rewrote layer motion to use
pxrather than%, allowing for layers to have a zero width and height footprint, which in turn allows for interactive elements to be positioned on multiple layers without blocking one another. - Created interactive.html to demonstrate the aforementioned functionality.
- Optimised internal
cssmethod so that prefixed properties are cached.