missymae
missymae
KPCKevin Powell - Community
Created by marvxkiyi on 3/15/2025 in #front-end
Text/svg font animation
if gsap and framer don't do it, it's not because they are too simple, but because they aren't the right tools. I think this could be done by animating SVG filter elements, but I can't help and don't have a tutorial. https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter Edit: I couldn't see the detail on phone screen, to see the individual characters moving into place, so svg filters are probably less applicable than I suggested.
6 replies
KPCKevin Powell - Community
Created by Alpha Star on 12/5/2024 in #front-end
Any UI framework recommendation for React project
If it's component library you're asking for, I would recommend plain css. A library can waste a lot of time to learn and not play nice. Plus it's less transferable knowledge than plain css. If you're comfortable already with css, then look at sass css. If you need a specific, difficult to build component, like emoji picker, calender, toasts, etc. and the focus of your project isn't to build that specifically, then you could look for a library for a specific feature.
5 replies