You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,6 @@
2
2
3
3
Physics-based animations for iOS, tvOS, and macOS.
4
4
5
-
This project was originally developed to power the animations throughout the Storehouse app for iOS, but has since been extensively rewritten in modern Swift.
6
-
7
-
## What's new in 2.0?
8
-
9
-
Nearly everything. Pre-2.0 was largely an Objective-C port, so 2.0 was a chance to clean up and rethink the external API.
10
-
11
-
The API is much smaller as a result, providing a handful of types that make it easy to integrate physics-based animations.
12
-
13
5
## Usage
14
6
15
7
In contrast to standard `UIView` animations, Advance animations are applied on every frame (using `CADisplayLink` on iOS).
Copy file name to clipboardExpand all lines: docs/docsets/Advance.docset/Contents/Resources/Documents/index.html
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -215,13 +215,6 @@
215
215
<h1id='advance' class='heading'>Advance</h1>
216
216
217
217
<p>Physics-based animations for iOS, tvOS, and macOS.</p>
218
-
219
-
<p>This project was originally developed to power the animations throughout the Storehouse app for iOS, but has since been extensively rewritten in modern Swift.</p>
220
-
<h2id='what-39-s-new-in-2-0' class='heading'>What’s new in 2.0?</h2>
221
-
222
-
<p>Nearly everything. Pre-2.0 was largely an Objective-C port, so 2.0 was a chance to clean up and rethink the external API.</p>
223
-
224
-
<p>The API is much smaller as a result, providing a handful of types that make it easy to integrate physics-based animations.</p>
225
218
<h2id='usage' class='heading'>Usage</h2>
226
219
227
220
<p>In contrast to standard <code>UIView</code> animations, Advance animations are applied on every frame (using <code>CADisplayLink</code> on iOS).</p>
Copy file name to clipboardExpand all lines: docs/index.html
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -215,13 +215,6 @@
215
215
<h1id='advance' class='heading'>Advance</h1>
216
216
217
217
<p>Physics-based animations for iOS, tvOS, and macOS.</p>
218
-
219
-
<p>This project was originally developed to power the animations throughout the Storehouse app for iOS, but has since been extensively rewritten in modern Swift.</p>
220
-
<h2id='what-39-s-new-in-2-0' class='heading'>What’s new in 2.0?</h2>
221
-
222
-
<p>Nearly everything. Pre-2.0 was largely an Objective-C port, so 2.0 was a chance to clean up and rethink the external API.</p>
223
-
224
-
<p>The API is much smaller as a result, providing a handful of types that make it easy to integrate physics-based animations.</p>
225
218
<h2id='usage' class='heading'>Usage</h2>
226
219
227
220
<p>In contrast to standard <code>UIView</code> animations, Advance animations are applied on every frame (using <code>CADisplayLink</code> on iOS).</p>
0 commit comments