A project where I learned how to animate SVG numbers and explore SVG filters like feGaussianBlur
and feColorMatrix
to create a gooey text effect.
- Technology: SVG (Scalable Vector Graphics)
- Animation: CSS and JavaScript for animating SVG elements
- Filters: SVG Filters (
feGaussianBlur
,feColorMatrix
)
This repository demonstrates:
- SVG Animation: Animating numbers and text within SVGs to create dynamic visual effects.
- Gooey Text Effect: Using SVG filters like
feGaussianBlur
andfeColorMatrix
to create a gooey, fluid text effect. - Learning SVG Filters: Exploring how different SVG filters can be applied to modify elements, such as text, in unique ways.