Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 8ec62a4

Browse files
author
Jeff Verkoeyen
committed
Core ANimation.
1 parent 14f57cd commit 8ec62a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When evaluating whether to use a main thread-based animation system or not, chec
1919

2020
## Animating view and layer properties
2121

22-
There are two primary ways to animate on iOS:
22+
There are two primary ways to animate with Core Animation on iOS:
2323

2424
1. **implicitly**, with the UIView `animateWithDuration:` APIs, or by setting properties on standalone CALayer instances, and
2525
2. **explicitly**, with the CALayer `addAnimation:forKey:` APIs.

0 commit comments

Comments
 (0)