mdgriffith / design-discussion-elm-ui-2

A repo for discussing changes to Elm UI 2
17 stars 0 forks source link

Consider adding support for scaleX, scaleY and transform-origin #14

Open rlefevre opened 4 years ago

rlefevre commented 4 years ago

I believe these functions would be supported in all major browsers since IE10 and make sense because there is already scale and rotate.

For example, scaleX with transform-origin: left can be used for a progress bar.

Note: scaleZ could also be considered.