Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation.currentTime setter: Value being assigned is not a finite floating-point value. #18

Open
swissbyte opened this issue Aug 4, 2024 · 0 comments

Comments

@swissbyte
Copy link

swissbyte commented Aug 4, 2024

Hi There

Im trying to use your Project and have tried your demo with Firefox. (https://codedthemes.com/demos/admin-templates/gradient-able/angular/free/analytics)
Unfortunateley, i get this error:

Firefox: 128.0.3 (64-bit)
Chrome: 127.0.6533.89

(See the missing icons...)

Screenshot 2024-08-04 152335

If i use the same demo page on chrome, its working fine.

I have also cloned the repo and ran it locally and was able to stop the page loading before the error with the icons occur on firefox and i do get these errors:

[webpack-dev-server] Disconnected! polyfills.js:6280:28 [webpack-dev-server] Trying to reconnect... polyfills.js:6280:28 [webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled. index.js:484:21 Angular is running in development mode. core.mjs:31064:16 WARNING: sanitizing unsafe URL value javascript: (see https://g.co/ng/security#xss) 3 core.mjs:9295:16 downloadable font: download failed (font-family: "Poppins" style:normal weight:600 stretch:100 src index:2): status=2152398850 source: http://localhost:4200/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2 downloadable font: download failed (font-family: "feather" style:normal weight:400 stretch:100 src index:1): status=2152398850 source: http://localhost:4200/feather.woff?t=1501841394106 downloadable font: download failed (font-family: "Font Awesome 5 Free" style:normal weight:900 stretch:100 src index:1): status=2152398850 source: http://localhost:4200/fa-solid-900.woff2 Loading failed for the <script> with source “https://flackr.github.io/scroll-timeline/dist/scroll-timeline.js”. chart:1:1 [NgScrollbar]: Error loading ScrollTimeline script: error { target: script, isTrusted: true, srcElement: script, currentTarget: script, eventPhase: 2, bubbles: false, cancelable: false, returnValue: true, defaultPrevented: false, composed: false, … } ngx-scrollbar.mjs:465:20 .... [webpack-dev-server] Disconnected! index.js:484:21 [webpack-dev-server] Trying to reconnect... index.js:484:21

It seems to fail to load the fonts:

downloadable font: download failed (font-family: "Poppins" style:normal weight:600 stretch:100 src index:2): status=2152398850 source: http://localhost:4200/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2

Then reloads somehow, and afterwards, the icons are broken.

If i open http://localhost:4200/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2 locally here, its working. Therefore the problem must be somewhere else.

Screenshot 2024-08-04 152528

Do you see a chance to make it compatible with firefox? Or is it maybe just my environment?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant