DEV Community

George Ilias
George Ilias

Posted on

Firefox web site problem

I need help with css animations in Firefox. Can anybody help me please?

Top comments (11)

 
giorgosilias profile image
George Ilias

Thanks I'll give it a try

Thread Thread
 
giorgosilias profile image
George Ilias

But I think that's not the case I mean every one animation in my site it's laggy and I have put in almost everything -moz-. Could be Firefox's problem?

Thread Thread
 
giorgosilias profile image
George Ilias

I've found what's causing the problem. Particle js was using a lot cpu so the site was slowing down

Thread Thread
 
terenson profile image
terenson

Have you completely decided not to use it or somehow solved the problem?

Thread Thread
 
giorgosilias profile image
George Ilias

I've decided not to use it at the moment, because I'll not have a pc for a while and it would be difficult to figure out the problem.

Thread Thread
 
giorgosilias profile image
George Ilias

Although I have one more problem remaining with my site. The line under the welcome word should go a bit up when welcome fades but in Firefox it doesn't work. What causing this?

Thread Thread
 
ahmadbassamemran profile image
Ahmad Emran

Hi man,
I think you need to change margin-bottom: 30% in Up Animation to
transform: translateY(-30%);
Please try this

Thread Thread
 
giorgosilias profile image
George Ilias

Yes this is a more reasonable way to do that, I don't know why I didn't think of this, but it doesn't work again in Firefox. In Chrome it's OK.

Thread Thread
 
giorgosilias profile image
George Ilias

Nothing?

Collapse
 
itsmenatalie profile image
Natalia • Edited

What's your problem? :)

Collapse
 
giorgosilias profile image
George Ilias

I have created a site and it works smooth in all browsers except Firefox. Animations are really laggy. I've tried -moz- in css but it does nothing I don't know what else I can do. Here's my site you can test it if you want giorgosilias.info

Some comments may only be visible to logged-in visitors. Sign in to view all comments.