Adds readme and screencast gif

This commit is contained in:
Wojciech Nagrodzki 2017-04-25 22:01:45 +02:00
parent 649a1da4ad
commit b535ed9680
Signed by: wnagrodzki
GPG key ID: E9D0EB0302264569
2 changed files with 9 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# 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
![Screencast](https://raw.github.com/wnagrodzki/AnimationRestoration/master/screencast.gif)

BIN
screencast.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB