AnimatedScanner
description
(code example)
info
This component extends Animated.View props.
#
Usage<AnimatedScanner progress={55} duration={1600}/>
#
API#
backgroundColorBackground color
string
#
containerStyleComponent's container style
ViewStyle
#
durationDuration of current break (can be change between breaks)
number
#
hideScannerLineWhether to hide the scanner line
boolean
#
onBreakpointBreakpoint callback
({progress, isDone}) => void
#
opacityOpacity
number
#
progressAnimated value between 0 and 100
number
#
testIDUsed as a testing identifier
string