rascui / website

A digital homepage of RAS.
https://rascui.tech
5 stars 29 forks source link

Synchronized animation #49

Closed Virtual4087 closed 8 months ago

Virtual4087 commented 8 months ago

Fixes #48

ezgif-1-9c64fe6171

As you can see, I've reduced coverage area of the cursor. It was previously set to reach a bit further than the text so I fixed that and synchronized the animation as well. If that wasn't what you intended on doing, let me know and I'll fix it.

vercel[bot] commented 8 months ago

@Virtual4087 is attempting to deploy a commit to the RAS - CUI Lahore Team on Vercel.

A member of the Team first needs to authorize it.

IbraheemHaseeb7 commented 8 months ago

Hey @Virtual4087

That looks pretty good. There is a property in CSS where you can use steps in animation timing function....that would actually give it a look of typing.....perhaps we can try that. Otherwise looks really good

Virtual4087 commented 8 months ago

@IbraheemHaseeb7 sorry but something came up and I was busy for the last few days. Can I know which CSS property are you talking about? I'm not very good at CSS but I could give it a try.

IbraheemHaseeb7 commented 8 months ago

in css you explore the animation-timing-function and set it steps function. Explore this and you will get it what I am tryna say....good luck 🙌

saadman-galib commented 8 months ago

@IbraheemHaseeb7 I have set it to steps function. would you please check my pull request?