DEV Community

Discussion on: Firefox web site problem

 
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?