I
Size: a a a
I
.
.
D
о
о
const typesOpacity = new Animated.Value(0);
const typesTranslateY = new Animated.Value(-100);
Animated.parallel([
Animated.timing(typesTranslateY, {
toValue: y.interpolate({
inputRange: [0, 200, 261] ,
outputRange: [-100, -100, 0],
extrapolate: 'clamp',
}),
duration: 150,
useNativeDriver: true,
}),
Animated.timing(typesOpacity, {
toValue: y.interpolate({
inputRange: [0, 200, 261] ,
outputRange: [0, 0, 1],
extrapolate: 'clamp',
}),
duration: 150,
useNativeDriver: true,
}),
]).start();.
MK
KΛ
🧐
KΛ
.
KΛ
.
.
.
🧐
.
🧐
🧐