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

Add support for nesting animation groups #74

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cabmeurer
Copy link

Summary

This is to add basic support for nested animation groups i.e adding method addAnimationGroup(...) to AnimationGroup that mirrors addAnimation(...) per issue #25

Changes:

  • Added the addAnimationGroup method, allowing nested AnimationGroup instances.
  • View Controller Example:
    • NestedAnimationGroupViewController Provides a simple sequential nested animation example.
  • Tests:
    • AnimationGroupTests: Added testAddAnimationGroup to verify the functionality of nested animation groups.
    • SnapshotTestingFrameImageTests: Added testNestedAnimationGroupSnapshot to capture the visual representation of nested animation groups.
    • SnapshotTestingAPNGImageTests: Added testNestedAnimationGroupSnapshot to verify the animated representation of nested animation groups.

Notes

Cherry-picked snapshot test updates from branch entin/iOS-15-snapshots to ensure consistency and inclusion of the latest testing improvements.

…ethod to AnimationGroup - add snapshot test to SnapshotTestingFrameImageTests for nested animation group
…ethod to AnimationGroup - add snapshot test to SnapshotTestingAPNGImageTests for nested animation group
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