Answer the question
In order to leave comments, you need to log in
Why does transform: scale() blur SVG?
So it goes.
I make an animation similar to this (look at the logo): tuborg0001.fallwinter.dk
In the example, transform changes with js, as an image - png
. For me, transform changes by changing classes, as an image - SVG
At the same time, in the example, the image increases without blur, everything is lathering - what's the trouble? How to avoid?
Answer the question
In order to leave comments, you need to log in
there is a gradual change. done through the sine wave formula. and all scale animation via js. and when animating through classes and transition - browser rendering is different. most likely because of this
The transform CSS properties are applied to the already rendered, i.e. raster image. SVG is first rasterized and then stretched with styles. This gives both pros (speed) and cons (soap).
This is one of the reasons why these properties cannot be thoughtlessly popped everywhere in a row, as some modern layout designers love to do.
Judging by
please set date.timezoneYou need to set the timezone, apparently in the database.
Check the password and login
try to connect in the console with your passwords and logins to MySQL
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question