Skip to content

Commit be5db32

Browse files
committed
Add note on supporting ProMotion (120 fps animation)
1 parent 92a4e5e commit be5db32

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Add Wave to your app's `Package.swift` file, or selecting `File -> Add Packages`
3939

4040
If you clone the repo, you can run the sample app, which contains a few interactive demos to understand what Wave provides.
4141

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+
4244
### Documentation
4345

4446
There’s a full Wave [documentation site](https://Wave-jtrivedi.structure.sh) available for full API and usage documentation.

0 commit comments

Comments
 (0)