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
fix(android): opacity not animating when combined with rotation (#40)
setBackfaceVisibilityDependantOpacity() resets alpha to 1.0 every frame
during rotation animations, overriding animated opacity. Skip the
backface check when MASK_OPACITY is set — the opacity animator handles
alpha directly in that case.
0 commit comments