-
Notifications
You must be signed in to change notification settings - Fork 2
Use NativeDriver required #3
Copy link
Copy link
Open
Description
Recent React-natives required "useNativeDriver" option to be specified
Animated.timing(this._animation_state.dot_opacities[which_dot], {
toValue: this._animation_state.target_opacity,
useNativeDriver : true,
duration: this.props.animationDelay
}).start(this.animate_dots.bind(this, next_dot));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels