mirror of https://github.com/laurent22/joplin.git
parent
071e1649bc
commit
f90885709c
|
@ -30,7 +30,7 @@ class SideMenuContentComponent extends Component {
|
|||
this.syncIconRotationValue = new Animated.Value(0);
|
||||
this.syncIconRotation = this.syncIconRotationValue.interpolate({
|
||||
inputRange: [0, 1],
|
||||
outputRange: ['360deg', '0deg'],
|
||||
outputRange: ['0deg', '360deg'],
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue