Hey there
I have a circular Div block that I want to scale up to the page, but the problem is that it becomes blurred while doing the scale up animation.
Do you know to solve this?
Here is my public share link: LINK
Hey there
I have a circular Div block that I want to scale up to the page, but the problem is that it becomes blurred while doing the scale up animation.
Do you know to solve this?
Here is my public share link: LINK
Hey @abhay,
This issue could because of using scale
. I would recommend using the size
property in the interaction panel and setting the width
and height
property to say 400px
each. That would take care of the blurry issue.