Re: [css-transforms] 'transform' longhands and their origins, introducing origin() functions

On Jul 14, 2014, at 1:24 PM, fantasai <fantasai.lists@inkedblade.net> wrote:

> I consider translate-transform-untranslate to be an awkward
> way to set the origin of a transform function. You are doing
> an unnecessary operation, which you then need to undo. On top
> of which, you have to repeat the argument: once positively,
> once negatively. How is it *not* awkward?

Agree. It's not only awkward, this kind of repetition is inherently error-prone. Every change to the translate step needs a matching change to the untranslate. The smell of footgunnery is strong.

Received on Monday, 14 July 2014 21:01:23 UTC