Open jvenezia opened 6 years ago
There's a couple of workarounds mentioned here #197
Thank you @Subtletree . Unfortunately none of them worked perfectly for me. I really think this should not be used by default until the original problem is addressed.
Setting transform: none; on liquid containers was not enough for me, something is setting transform: scale(1); on .liquid-child after animations.
It sounds like the animation is setting that, and should probably be changed to clean up after itself when it's done. What animation are you using?
I think we should not use
transform
css property on liquid containers until this is fixed: https://github.com/w3c/csswg-drafts/issues/913I know there is closed issues about that but I find it quite important to think of a definitive solution. At least having an option to disable it completely easily.
Setting
transform: none;
on liquid containers was not enough for me, something is settingtransform: scale(1);
on.liquid-child
after animations.