React Native Animated Modal
Github
Preparing search index...
AnimationNs
ScaleAnimationConfig
Interface ScaleAnimationConfig
interface
ScaleAnimationConfig
{
duration
?:
number
;
type
:
"scale"
;
}
Hierarchy (
View Summary
)
BaseAnimationConfig
ScaleAnimationConfig
Index
Properties
duration?
type
Properties
Optional
duration
duration
?:
number
Duration of the animation in milliseconds.
Default
350
Copy
type
type
:
"scale"
Must be 'scale'.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
duration
type
Github
React Native Animated Modal
Loading...
Duration of the animation in milliseconds.