mirror of
https://github.com/wnagrodzki/AnimationRestoration.git
synced 2025-04-05 03:51:58 +02:00
9 lines
No EOL
388 B
Markdown
9 lines
No EOL
388 B
Markdown
# AnimationRestoration
|
|
|
|
The `AnimationPreservingView` class keeps it's layer tree animations safe from being removed.
|
|
There are two cases when `CAAnimation` can be removed from `CALayer` automatically:
|
|
|
|
- when application goes to background
|
|
- when view backed by the layer is removed from window
|
|
|
|
 |