- Rewrote layer motion to use
px
rather 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
css
method so that prefixed properties are cached.