You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app, SVGcode that has an LTR and an RTL layout with hoverable elements that scale up from the corner to the middle at the logical start and end of the inset inline and the inset block. A reduced reproduction case can be found in this demo on Glitch (hover over the avatar).
While I can position the images logically via the CSS below (disregard that this could be achieved with margin as well)…
I have an app, SVGcode that has an LTR and an RTL layout with hoverable elements that scale up from the corner to the middle at the logical start and end of the inset inline and the inset block. A reduced reproduction case can be found in this demo on Glitch (hover over the avatar).
While I can position the images logically via the CSS below (disregard that this could be achieved with margin as well)…
…I have to hand-code the
transform-origin
as follows:Would it be feasible to make
transform-origin
respectinline-start/end
andblock-start/end
as values, so that the CSS could look as follows?Or maybe I'm overlooking something, in this case sorry for the noise and thanks for a pointer where I could read up upon the current solution.
The text was updated successfully, but these errors were encountered: