Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 532 Bytes

File metadata and controls

25 lines (15 loc) · 532 Bytes

What?

CSS Transforms can be one of the more difficult CSS properties to understand quickly.

Transform function lists are awesome and powerful, but come at the cost of immediate understanding.

Here is an experiment in creating visualisation tools that might be implemented in browser DevTools one day.


# Usage

Visit: https://waapi.github.io/tool-transforms/

The value in the transform property is editable and the visualisation will update.


Development

npm install
npm start
open http://localhost:6756