-
Notifications
You must be signed in to change notification settings - Fork 746
Open
Labels
Description
Right now, if I apply a transform to content on a page, it does not affect layout. I would love for there to be a toggle for making the transformed content affect layout. Not for animations, necessarily, but because a lot of cool graphic design effects can be achieved with transforms... and yet, they are hard if not impossible to use, because the rest of the flow of the document is not affected.
For example: http://labs.jensimmons.com/2016/
Now I got away with this by applying a giant amount of padding-bottom, and changing it at many different breakpoints, but that solution was fiddly, fragile, and would not work in a CMS-context.
andrewbaxter and kizu