You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the best way to create an animation component that is reusable? - Find details here
The React component signature
constLiftCard=React.forwardRef<HTMLDivElement,{styles: React.CSSProperties,custom: {src: string;// src of the background imageinitialTop: number;// initial value of the top CSS propertyfinalTop: number: // value of the top CSS property on hover}}>((props,ref)=>{
...
});
@sumitshinde-84 your project looks awesome. Please go ahead and work on this issue. You can join our Slack channel if you need help understanding our framework.
Also, I would love to know which animations are done using GSAP in your project.
Thank you for your kind words and encouragement! I'm glad to hear that you find my project impressive. Yes, almost all of the animations in my project were done using GSAP. I will definitely join your Slack channel if I need any help understanding your framework. Thank you for the invitation!
Create a component that has the animation as shown in the clip attached with this description. You will have to learn two things -
The React component signature
Steps
LiftCard.md
inmade-with-atri
folder and write your GitHub repo name in the file. Make sure the GitHub repo is public.Screen.Recording.2023-05-05.at.12.02.03.PM.mov
The text was updated successfully, but these errors were encountered: