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: fallback to cubic-bezier #130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DwieDima
Copy link

@DwieDima DwieDima commented Mar 26, 2025

Issue: #131
linear() is supported on iOS devices starting at 17.2. Fallback to cubic-bezier for older devices (context).

linear() is supported on iOS devices starting at 17.2.
Fallback to cubic-bezier for older devices.
Copy link

vercel bot commented Mar 26, 2025

@DwieDima is attempting to deploy a commit to the Barvian Team on Vercel.

A member of the Team first needs to authorize it.

@MarkusWendorf
Copy link

This is a welcome fix, I'm also running into issues on older browsers. It's crashing with TypeError: Element.animate: Invalid easing, I guess this should fix it.

@barvian
Copy link
Owner

barvian commented Mar 26, 2025

This is a welcome fix, I'm also running into issues on older browsers. It's crashing with TypeError: Element.animate: Invalid easing, I guess this should fix it.

@MarkusWendorf are you still seeing this on the latest version? There should be a check in place to prevent it from erroring now.

@MarkusWendorf
Copy link

@barvian yes with the latest version it still crashes (Macos Ventura - Safari 16.5, via Browserstack). The error path is exactly what this PR fixes.

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.

3 participants