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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ Add Wave to your app's `Package.swift` file, or selecting `File -> Add Packages`
39
39
40
40
If you clone the repo, you can run the sample app, which contains a few interactive demos to understand what Wave provides.
41
41
42
+
Important: To support high frame-rate animations on ProMotion devices (i.e. 120 fps animations), you'll need to add the boolean key `CADisableMinimumFrameDuration` to your `Info.plist` and set its value to `true`. Without adding this entry, Wave animations will be limited to 60 fps.
43
+
42
44
### Documentation
43
45
44
46
There’s a full Wave [documentation site](https://Wave-jtrivedi.structure.sh) available for full API and usage documentation.
0 commit comments