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

Adds iOS 12 Animation Class availability handling #573

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

Conversation

lucasromanomr
Copy link

@lucasromanomr lucasromanomr commented Jun 12, 2024

Summary

From Xcode 16 beta 1 an error appears that the CAMediaTimingFunctionName animation is not available for versions below iOS 12, so a treatment was added for it to make it work with iOS 12

https://developer.apple.com/documentation/quartzcore/camediatimingfunctionname

issue: #572

for versions below, animation was done using controlPoints

Requirements (place an x in each of the [ ])

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.

1 participant