We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://swiperjs.com/demos#autoplay-progress
Using the most recent version of FF (123.0) on Mac 14.3.1, the autoplay progress dot is filled and does not draw the circle.
No response
11.0.7
FF (123.0) on Mac 14.3.1
The text was updated successfully, but these errors were encountered:
I believe I've figured out the issue.
The css for the element is currently:
.autoplay-progress svg { stroke-dashoffset: calc(125.6 * (1 - var(--progress))); }
The fix, add px after 125.6:
.autoplay-progress svg { stroke-dashoffset: calc(125.6px * (1 - var(--progress))); }
This was tested on Mac Safari, Chrome and FF - All Latest Versions.
Sorry, something went wrong.
t0ggles-create swiper
Task nolimits4web/SWIPER-74 was created
nolimits4web/swiper-website@c137680
Task nolimits4web/SWIPER-74 status changed to Done
No branches or pull requests
Check that this is really a bug
Reproduction link
https://swiperjs.com/demos#autoplay-progress
Bug description
Using the most recent version of FF (123.0) on Mac 14.3.1, the autoplay progress dot is filled and does not draw the circle.
Expected Behavior
No response
Actual Behavior
No response
Swiper version
11.0.7
Platform/Target and Browser Versions
FF (123.0) on Mac 14.3.1
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: