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.

Home Page:https://auto-animate.formkit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does it support server component?

bharat5604 opened this issue · comments

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