Path para o arquivo de animação lottie
Example:
<Animator animationData={playing} />
Optional
heightAdjust component height
Example:
<height={100} />
Optional
id"Fills the ID of the element (not very practical)."
Example:
<View id="id" />
Optional
loopWhether the animation should play in a loop.
Example:
Optional
maxAdjust component maximum height
Example:
<maxHeight={100} />
Optional
maxAdjust component maximum width
Example:
<maxwidth={100} />
Optional
minAdjust component minimum height
Example:
<minHeight={100} />
Optional
minAdjust component minimum width
Example:
<minWidth={100} />
Optional
transform"Prepare a position transforming of element"
Example:
<View transform="rotate(45deg)" />
Optional
transition"Prepare a transition of visual state change"
Example:
<View transition="background-color 0.5s ease-in-out" />
Optional
visual"Determines the visual state of the component and its children."
Example:
<View visualState="success" />
Optional
widthAdjust component width
Example:
<width={100} />
Acceptable Animator properties