From 4858cc041e69c15f2c33e41a44c658c8c99f99c5 Mon Sep 17 00:00:00 2001 From: Ken Fehling Date: Mon, 6 Nov 2023 18:10:15 -1000 Subject: [PATCH] Fix typo --- ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios.md b/ios.md index 996d25e..1e6778f 100644 --- a/ios.md +++ b/ios.md @@ -529,7 +529,7 @@ You can learn more about the Core Animation rendering engine in [this post](http The Core Animation rendering engine and Main Thread rendering engine support different sets of functionality. For example, as of Sept 2023 the Core Animation engine doesn't support time remapping, but only the Core Animation rendering engine supports drop shadows. A complete list of supported functionality is available [here](https://airbnb.io/lottie/#/supported-features). -Most animations are rendered exactly the same by both rendering engines, but s shown above the Core Animation rendering engine and Main Thread rendering engine support slightly different sets of functionality. +Most animations are rendered exactly the same by both rendering engines, but as shown above the Core Animation rendering engine and Main Thread rendering engine support slightly different sets of functionality. As of [Lottie 4.0](https://medium.com/airbnb-engineering/announcing-lottie-4-0-for-ios-d4d226862a54), Lottie uses the Core Animation rendering engine by default. If Lottie detects that an animation uses functionality not supported by the Core Animation rendering engine, it will automatically fall back to the Main Thread rendering engine. You can also configure which rendering engine is used by configuring the `LottieConfiguration.renderingEngine`.