tvOS: the key values which set with setValueProvider
disappearing while switching between .automatic
and .mainThread
#2163
Labels
setValueProvider
disappearing while switching between .automatic
and .mainThread
#2163
Which Version of Lottie are you using?
Lottie 4.2.0
Expected Behavior
The values set by
setValueProvider
are kept internally and transferred between Animation LayersActual Behavior
CoreAnimationLayer
when assigninganimation
of the viewCoreAnimationLayer.display()
, it fails tosetupAnimation()
dueThe Core Animation rendering engine doesn't currently support applying trims to filled shapes
MainThreadAnimationLayer
for fallback handlingvalueProviders
are not transferred to the new animation layerI have added the code at the end of
fileprivate func makeAnimationLayer(usingEngine renderingEngine: RenderingEngineOption)
method ofLottieAnimationView
, but not sure it will not cause any issueAnimation JSON
The text was updated successfully, but these errors were encountered: