elkowar / eww

ElKowars wacky widgets

Home Page:https://elkowar.github.io/eww

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] transform-origin css equivalent for "transform" widgets

mdpakk opened this issue · comments

Description of the requested feature

Objects inside transform widgets can be rotated, but only around the top left anchor. According to the docs, it is not possible to specify the transform origin which theoretically could have been used if the transform widget's purpose was to bring CSS transforms into yuck.

Proposed configuration syntax

(transform
:rotate 35
:translate-origin center
(children))

Additional context

No response