formkit / auto-animate

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.
https://auto-animate.formkit.com
MIT License
11.96k stars 210 forks source link

does it support server component? #164

Open bharat5604 opened 9 months ago

matannahmani commented 8 months ago

partially, only if the component with the key has a "use client", otherwise it's not registered in the react tree then it's not being detected/tracked.

CONTAINER

"use client" [key-X] -> SERVER HTML