Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst

Animation CSS on my web site doesn't work on firefox

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox... here is my code:… (Lesen Sie mehr)

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox...

here is my code:


/* -------------------------------------- */ /* ANIMATION ANE */ @keyframes mouvement-uniforme {

   0% 		{ animation-timing-function: linear; transform: translateX(-500px); }
   100% 	{ animation-timing-function: linear; transform: translateX(30px); }

}

@-webkit-keyframes webkit-mouvement-uniforme { 0% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(245px); } 36% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(-2px); } 38% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-2px) translateY(2px ); } 40% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px); } 42% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(-3deg); } 100% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(0px); } }


@-moz-keyframes moz-mouvement-uniforme { 0% { -moz-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -moz-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -moz-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -moz-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -moz-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -moz-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -moz-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -moz-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -moz-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -moz-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -moz-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -moz-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -moz-transform: rotate(1deg) translateX(245px); } 36% { -moz-transform: rotate(0deg) translateX(-2px); } 38% { -moz-transform: translateX(-2px) translateY(2px ); } 40% { -moz-transform: translateX(-245px); } 42% { -moz-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -moz-transform: translateX(-245px) rotate(-3deg); } 100% { -moz-transform: translateX(0px); } }



@-ms-keyframes ms-mouvement-uniforme {

   0% 		{ -ms-animation-timing-function: linear; -ms-transform: translateX(-500px); }
   100% 	{ -ms-animation-timing-function: linear; -ms-transform: translateX(0px); }

} @-o-keyframes o-mouvement-uniforme {

   0% 		{ -o-animation-timing-function: linear; -o-transform: translateX(-500px); }
   100% 	{ -o-animation-timing-function: linear; -o-transform: translateX(0px); }

}


.position { position: relative; top: -200px; left: -280px; float:left; }

.bouge { animation: mouvement-uniforme 60s ; -webkit-animation: webkit-mouvement-uniforme 20s ; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -webkit-animation-duration: 15s; -webkit-animation-delay: 0s; -webkit-overflow-scrolling: auto!important;

-moz-animation: moz-mouvement-uniforme 20s; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -moz-animation-duration: 15s; -moz-animation-delay: 0s;

-ms-animation: ms-mouvement-uniforme 10s ;

-o-animation: o-mouvement-uniforme 10s ; }



It was working fine before on firefox. it works on other browsers (opera, Edge,..) Do something changed? it's a long time that i didn't chek it so...

this is the page where a donkey should appear at the bottom of the page:

https://www.campingnoroc.com/en/our-campsite/


Thanks a lot for your help!!

Gefragt von Pierre MARTIN vor 3 Tagen

Beantwortet von Pierre MARTIN vor 2 Tagen

Access Firefox pdf files

I uninstalled then reinstalled Firefox. I was able to recover my bookmarks, add-ons, and login information. But I do not know how to recover by pdf files. Are they go… (Lesen Sie mehr)

I uninstalled then reinstalled Firefox. I was able to recover my bookmarks, add-ons, and login information. But I do not know how to recover by pdf files. Are they gone for good?

Gefragt von hankone225 vor 2 Tagen

search for websites

Good afternoon, I am not sure if the topic is the right one I choose. My question/complaint: recently websites, although mostly websites from my bookmarks, seem not ava… (Lesen Sie mehr)

Good afternoon,

I am not sure if the topic is the right one I choose.

My question/complaint: recently websites, although mostly websites from my bookmarks, seem not available or existing. Mostly after a few minutes and a new trial, the website comes back as if nothing was wrong. Could it be the last update from Firefox? I never had these "problems" (a big word for minor inconveniences) before and I use Firefox at least during the last 15 years.

Thank you in advance for your answer.

Best regards, Rien de Vos

Gefragt von Rien vor 2 Tagen

code sécurité

Hello, when making a purchase on a website with Mozilla, after entering the security code received on my mobile phone, the bank's virtual keyboard does not appear to ente… (Lesen Sie mehr)

Hello, when making a purchase on a website with Mozilla, after entering the security code received on my mobile phone, the bank's virtual keyboard does not appear to enter the security code of my online bank. thank you for your response. Sincerely

Gefragt von xavier perrot vor 2 Tagen

Message reads: Mozilla Firefox (Not responding)

Hello, Whenever I try to open something on Firefox, for example, the Library, I get the message "Mozilla Firefox (Not Responding) and it hangs with no immediate responsiv… (Lesen Sie mehr)

Hello, Whenever I try to open something on Firefox, for example, the Library, I get the message "Mozilla Firefox (Not Responding) and it hangs with no immediate responsive action. I click on any Firefox button or tab and I get the same message and I get the blue little circle and I sit and wait about 30 seconds or more. The page or tab eventually works but it hangs for 30 seconds or more. It is frustrating. Please help.

Thanks, Tricia

Gefragt von Sweeping vor 2 Tagen

crashing browser

WHY THE F IS MY FIREFOX CRASHING EVERY DAY FOR THE LAST MONTH? WHAT IS GOING ON< AND HOW CAN I CORRECT IT? THIS IS A HORRIBLE EXPERIENCE, AND IF IT CAN'T BE FIXED PL… (Lesen Sie mehr)

WHY THE F IS MY FIREFOX CRASHING EVERY DAY FOR THE LAST MONTH? WHAT IS GOING ON< AND HOW CAN I CORRECT IT? THIS IS A HORRIBLE EXPERIENCE, AND IF IT CAN'T BE FIXED PLEASE TELL ME A BETTER BROWSER>....

Gefragt von R Key Co vor 3 Tagen

Letzte Antwort von Paul vor 3 Tagen

why my wordpress site not opening on mozilla firefox browser but opening on chrome browser

sir , I have a wordpress website (https://aghortantra.com) Today morning my wp site not opening on mozila firefox but on chrome browser , it opening well. So, I request… (Lesen Sie mehr)

sir , I have a wordpress website (https://aghortantra.com) Today morning my wp site not opening on mozila firefox but on chrome browser , it opening well. So, I request you please fix the problem.

Gefragt von Acharya Pradeep Kumar vor 1 Woche

Letzte Antwort von jonzn4SUSE vor 3 Tagen

  • Gelöst

Request for Implementation of Text Fragments Feature (#:~:text=) in Firefox

Dear Firefox Development Team, I hope this message finds you well. I am writing to request the implementation of a feature in Firefox that I believe would greatly enhanc… (Lesen Sie mehr)

Dear Firefox Development Team,

I hope this message finds you well. I am writing to request the implementation of a feature in Firefox that I believe would greatly enhance user experience and accessibility on the web. Specifically, I am referring to the text fragment feature (#:~:text=) that is currently supported in browsers based on the Chromium engine, such as Google Chrome and Microsoft Edge.

The text fragment feature allows users to link directly to specific pieces of text within a webpage, facilitating more precise navigation and making it easier to reference exact portions of content. This is particularly useful for academic citations, sharing specific excerpts from lengthy articles, and improving overall user interaction with web content.

For example, a URL formatted as https://example.com#:~:text=desired%20text%20fragment directs users not just to the page, but to the exact location of the specified text, highlighting it for easy identification. This can save users significant time and improve the efficiency of information retrieval.

Given Firefox's commitment to innovation and user-centric design, I believe that integrating this feature would be a valuable addition. It would not only bring Firefox in line with other major browsers in terms of functionality but also enhance its appeal to users who rely on this precise method of navigation.

I hope you will consider this suggestion and look forward to potentially seeing this feature in a future release of Firefox.

Thank you for your continued dedication to improving the Firefox browser.

Best regards, Grey Ronin

Ps. Sorry, but due to lack of time and somewhat poor English skills this message was generated by AI.

Gefragt von Grey Ronin vor 4 Tagen

Beantwortet von jscher2000 - Support Volunteer vor 4 Tagen

  • Gelöst

CAN NOT find the file path location of Firefox.exe application.

Hello, James here. I CAN NOT find the Firefox application file location. There is no option to show file path upon right click of the desktop icon and I can not locate i… (Lesen Sie mehr)

Hello,

James here. I CAN NOT find the Firefox application file location. There is no option to show file path upon right click of the desktop icon and I can not locate it in File Explorer. I have done an entire (C:) drive search and turned up nothing. C:\Users\(username)\AppData\Local\Mozilla Firefox does not exist in my file system. I am at a loss here and it's driving me bonkers!

Gefragt von jbab52 vor 3 Monaten

Beantwortet von Paul vor 3 Monaten

Secure Connection Failed

Hi, I am trying to access a website, and I keep getting 'Secure Connection Failed', with the error codes: ' PR_END_OF_FILE_ERROR', or 'SSL_ERROR_RX_RECORD_TOO_LONG'. This… (Lesen Sie mehr)

Hi, I am trying to access a website, and I keep getting 'Secure Connection Failed', with the error codes: ' PR_END_OF_FILE_ERROR', or 'SSL_ERROR_RX_RECORD_TOO_LONG'. This only happens in 'Firefox', 'Microsoft Edge' and 'Google Chrome' load without any issues. I have the same problem on PC and Android. I have tried everything that I could from the information I received on the internet and here in the help forums, from disabling proxy, firewalls, on the browser and on my PC. I have added exceptions to HTTPS, disabled 'Enhanced Tracking Protection'. Nothing seems to work. If you could help me this would be greatly appreciated, as Mozilla Firefox is my trusted browser. Thank you very much.

Gefragt von DTS vor 3 Tagen

Letzte Antwort von cor-el vor 3 Tagen

Can't download anyfiles on Firefox

Hi guys. Need some help. I can't download any files using Firefox. It always says, "Failed". I tried other browsers, and I'm able to download just fine. I already trie… (Lesen Sie mehr)

Hi guys.

Need some help. I can't download any files using Firefox. It always says, "Failed".

I tried other browsers, and I'm able to download just fine.

I already tried this guide, https://support.mozilla.org/en-US/kb/cant-download-or-save-files, but still same.

I haven't tried to re-install Firefox because I have a bunch of workbook marks that might get lost. So, I want the re-install option as a last resort.

Thanks~

Gefragt von houmei1216 vor 3 Tagen

Firefox only microphone problem -- enabled for site but doesn't work

Thanks in advance for any insight or suggestions. My preferred browser is Firefox. In Chrome, I can easily use a voice search from www.google.com. In Firefox, the perm… (Lesen Sie mehr)

Thanks in advance for any insight or suggestions. My preferred browser is Firefox. In Chrome, I can easily use a voice search from www.google.com. In Firefox, the permissions show my preferred mic as enabled and selected for that webpage -- but no sound is detected. (Using Firefox. mic works fine at https://www.onlinemictest.com.)

(BTW, speaker output is Realtek motherboard audio and mic input is a Shure X2U USB interface. This mic works just fine in zoom, whereby, audition, etc. as well as working google.com using chrome)

Have worked through various settings in the SOUND panel and SITE PERMISSIONS with no luck.

Any ideas about this problem -- or what other settings to trouble shoot?

Thanks!

Gefragt von mschubb1 vor 3 Tagen

  • Archiviert

Opening .pdf

Thanks guys for screwing up my day with your latest update. I used to be able to download a .pdf and opening it in my ,pdf reader. I NEED to do this for tax reconciliatio… (Lesen Sie mehr)

Thanks guys for screwing up my day with your latest update. I used to be able to download a .pdf and opening it in my ,pdf reader. I NEED to do this for tax reconciliation purposes. Now your crappy program has decided to open .pdfs in itself and I cant get a downloaded copy any more. What the hell was the programmer thinking? Yes I have gone to Applications and checked that it is set to my .pdf reader. Please fix this before I get fined by the tax office.

Gefragt von cemax12001 vor 6 Monaten

Letzte Antwort von jscher2000 - Support Volunteer vor 3 Tagen

Approve Twitter X Ad Blocker add on update

Please approve the update to Twitter X Ad Blocker. I've chatted with AldAstra Labs the creator and they have an update but are waiting on Firefox to approve it. Thanks, … (Lesen Sie mehr)

Please approve the update to Twitter X Ad Blocker. I've chatted with AldAstra Labs the creator and they have an update but are waiting on Firefox to approve it.

Thanks, Tracy

Gefragt von tracyjarchow vor 3 Tagen

WhyWhy isn't layers.acceleration.force-enabled by default set to True? Awful screen tearing on clean install Win 11 - fixed

If you experience horizontal lines appearing when scrolling after installing firefox possible fix is finding layers.acceleration.force-enabled and set to true after going… (Lesen Sie mehr)

If you experience horizontal lines appearing when scrolling after installing firefox possible fix is finding layers.acceleration.force-enabled and set to true after going to about:config in your address bar search for this and set it to true. My real question I ask myself is, why isn't this enabled by default when installing firefox? I swear I remember doing this last Win 11 install as well. My third time installing windows unfortunately, just had a nvme ssd drive fail on me. 😭😢 Ofc, it had to be my Gen 4, C: drive with my old User account on there as well. :// Lesson learned, always backup important data frequently as desired. :( Oh well, just lost all my saved games and few songs, no big deal I guess.

Gefragt von Alex Benshoff vor 3 Tagen

All downloads fail, including extensions

No idea what the cause is but I cannot download ANYTHING on my browser for some reason. Pictures, documents, executables, browser extensions. Tried downloading documents … (Lesen Sie mehr)

No idea what the cause is but I cannot download ANYTHING on my browser for some reason. Pictures, documents, executables, browser extensions. Tried downloading documents from email attachment.. fail Tried downloading VLC... fail Tried every default recommended solution, clean install, you name it. Mind you all of these files downloaded just fine perfectly via Microsoft Edge.

Noticed another abnormality. Changed the download folder to a custom one. Download failed and DELETED the folder for some reason.

Gefragt von drotar.david vor 3 Tagen

Browser not allowing "conversations" feature to open in Yahoo Finance

I am unable to view "Conversations" within the Yahoo Finance Stock Quote portal. This feature displays real time discussion of the security and has thousands of responses… (Lesen Sie mehr)

I am unable to view "Conversations" within the Yahoo Finance Stock Quote portal. This feature displays real time discussion of the security and has thousands of responses. Noticed this when using the Microsoft 365 browser that this is not a problem. My PC is a Dell with Windows 10.

Gefragt von for1fred vor 3 Tagen

Letzte Antwort von Agent virtuel vor 3 Tagen

AVG Extention

Everytime I open Firefox a new window opens suggesting I add the AVG extention, when I do I get a notification that AVG does not support that extention for Firefox. Why i… (Lesen Sie mehr)

Everytime I open Firefox a new window opens suggesting I add the AVG extention, when I do I get a notification that AVG does not support that extention for Firefox. Why is the nonsupported extention being recomened

Gefragt von rwitkowski4 vor 3 Tagen