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
I created an animated icon and am trying to rotate this icon using the transition prop, the code works fine but the transition occurs abruptly and is not smooth. I have tried to figure where the issue is with no success. I am new to react native and therefore this might be a stupid question, would really appreciate it if someone could give me some assistance on this matter.
I created an animated icon and am trying to rotate this icon using the transition prop, the code works fine but the transition occurs abruptly and is not smooth. I have tried to figure where the issue is with no success. I am new to react native and therefore this might be a stupid question, would really appreciate it if someone could give me some assistance on this matter.
<AnimatedIcon
duration={500}
easing="ease-out"
transition='rotate'
style={ transform ? [{transform: [{'rotate' : props.degree}]}] : null}
name="sort-desc"
/>
The text was updated successfully, but these errors were encountered: