Skip to content

Commit

Permalink
Fix default ReducedMotionOption (airbnb#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored and iago849 committed Feb 8, 2024
1 parent fadcc63 commit 587c30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Public/Configuration/LottieConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct LottieConfiguration: Hashable {
renderingEngine: RenderingEngineOption = .automatic,
decodingStrategy: DecodingStrategy = .dictionaryBased,
colorSpace: CGColorSpace = CGColorSpaceCreateDeviceRGB(),
reducedMotionOption: ReducedMotionOption = .reducedMotion)
reducedMotionOption: ReducedMotionOption = .systemReducedMotionToggle)
{
self.renderingEngine = renderingEngine
self.decodingStrategy = decodingStrategy
Expand Down

0 comments on commit 587c30c

Please sign in to comment.