diff --git a/README.md b/README.md new file mode 100644 index 0000000..90bec6e --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file diff --git a/screencast.gif b/screencast.gif new file mode 100644 index 0000000..c063bc1 Binary files /dev/null and b/screencast.gif differ