1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-14 18:27:44 +02:00

Mobile: Resolves #4588: Make sync icon spin in the right direction (#5275)

This commit is contained in:
Lee Matos 2021-08-08 13:41:28 -04:00 committed by GitHub
parent 071e1649bc
commit f90885709c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],
});
}