[REF] InteractiveBase refactoring logic
This commit is contained in:
@@ -95,7 +95,7 @@ const InteractiveCC: React.FC<InteractiveCCProps> = ({ defaultStyle, hoverStyle,
|
|||||||
Animated.timing(animatedValues[key], {
|
Animated.timing(animatedValues[key], {
|
||||||
toValue: stateValue,
|
toValue: stateValue,
|
||||||
duration: duration,
|
duration: duration,
|
||||||
useNativeDriver: true, // Ajustez en fonction des propriétés animées
|
useNativeDriver: true,
|
||||||
}).start();
|
}).start();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user