✔️ ContainerScroll component props: accepts react html attributes
✔️ ContainerStagger component: staggers/delayed the animated children by default <<transition staggerChildren is set to 0.2>> accepts html motion props
✔️ ContainerAnimated component: (⚠️ to get orchestrated animations make sure to make it inside <ContainerStagger /> component) accepts "animation" prop define the animation set type: "left" | "right" | "top" | "bottom" | "z" | "blur" | undefined (set to opacity by default), accepts html motion props
✔️ ContainerInset component: {
translateYRange?: [string, string] 👉 default:["-25%", "50%"]
insetYRange?: [number, number] 👉 default: [35, 0]
insetXRange?: [number, number] 👉 default:👉 default :[35, 0]
roundednessRange?: [number, number] 👉 default: [1000, 16]
}
⚠️ <ContainerInset /> can be used only inside <ContainerScroll /> component