Here is my site Read-Only: LINK
Im building this website but when I tested it in Safari, it is really laggy. In chrome everything works perfect. Im using GSAP and custom code for animations.
Can someone help me out please ![]()
Here is my site Read-Only: LINK
Im building this website but when I tested it in Safari, it is really laggy. In chrome everything works perfect. Im using GSAP and custom code for animations.
Can someone help me out please ![]()
Safari slows down when too many GSAP animations run at once, especially with filters or mix-blend-mode. Try reducing simultaneous timelines and stick to transform-based animations, trimming those fixed the same issue on a client build recently.
Hi @moid.space , Thanks for your reply! I found the problem. I had gradient background circles with blur… That is really heavy. I changed it to normal color gradient and now everything is smoorg again!