nikhils4 / ui-beats

Level up your UI development with reusable components from ui/beats, crafted with React, Typescript, Tailwind CSS, and Framer Motion.
https://uibeats.com
MIT License
124 stars 6 forks source link

feat: added code for animate fade-in-unblur, inspired by openai dashboard #11

Closed divyaswormakai closed 2 months ago

divyaswormakai commented 2 months ago

Added Code Fade In Unblur Animation

Originally seen in OpenAI dashboard where the dashboard cards fade in and unblurs when they appear showcasing a cool looking animation.

vercel[bot] commented 2 months ago

@divyaswormakai is attempting to deploy a commit to the Nikhil Singh's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui-beats ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 23, 2024 5:26pm
nikhils4 commented 2 months ago

Thanks for contributing @divyaswormakai!

Please make the following changes,

Instead of using react-intersection-observer please use inView of framer-motion - Check docs here

Remove comments from the component

Rest looks good to me as of now!