K
K
killwayne2019-08-21 10:00:58
Vue.js
killwayne, 2019-08-21 10:00:58

Why does the project on nuxt slow down so much?

Good afternoon! There is a
project: 188.225.26.136
I can’t figure out why there are such strong lags, especially in the safari browser . Thank you very much in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Bogachev, 2019-08-21
@killwayne

Images are compressed as much as possible along with the video, I watched the memory leak, because I use TweenMax, but still no results

A quick look showed that you are constantly animating the top, left and height properties of the elements, which causes the page layout to be rearranged and, accordingly, lags. It makes sense to rewrite it all with css transform. You can read more in the article about the performance of animations on websites .

E
Evgeny Churmanov, 2019-08-21
@CrazyNiger

If you are prone to lags in moving the circle behind the cursor, then remove the css movement animation from it.
5d5ceffd71012131533708.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question