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

Fix blur on overlay also for older Safari #184

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cderv
Copy link
Contributor

@cderv cderv commented Oct 9, 2024

This PR adds -webkit-backdrop-filter equivalent to backdrop-filter for Safari support to disable blur on overlay set by revealjs

This is a follow up on #180 to fix #179 also on older safari. backdrop-filter is baseline in browser only since september 2024 with safari 18. For older version the -webkit variant is required.

This was required to completely fix the chalkboard plugin when updating to Revealjs 5 in our project quarto-dev/quarto-cli#10842

We'll patch our copy but I figured it would be good to have upstream

Context for the change

…op-filter` for Safari support to disable blur on overlay set by revealjs

This is a follow up on rajgoel#180 to fix rajgoel#179 also on older safari. `backdrop-filter` is baseline in browser only since september 2024 with safari 18. For older version the `-webkit` variant is required.
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

Successfully merging this pull request may close these issues.

RevealChalkboard makes the slides blurry
1 participant