mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-14 18:27:44 +02:00
This commit is contained in:
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
Block a user