Hi,
I'm working on a little typographic experiment, and on tweening the SkewY value I was surprise to see the element shrinking vertically a bit like a rotate was applied. I have tried without gsap, only in css and it works fine. what could it be? How can I fix that.
To see the issue on the codepen :
- move your cursor in the top right corner
- open
- write a word in the text field and click the ok button
- move the 'SkewY div' range
you'll then see a gap between each div, that shouldn't be the case as I'm "skewing" not rotating.
Thank you
GSAP VERSION with gap between each skewed element
CSS version without gap (that's what I want).