Looking for New Animation Ideas!

I recently created an animation, which you can check out here : https://github.com/Ibrahim-AbuFarha/animation-test/blob/main/README.md If you have any interesting idea that you think would make a great animation, please share them.
GitHub
animation-test/README.md at main Β· Ibrahim-AbuFarha/animation-test
Contribute to Ibrahim-AbuFarha/animation-test development by creating an account on GitHub.
5 Replies
dysbulic πŸ™
dysbulic πŸ™β€’4d ago
I was helping someone write this for this site today. It takes a SVG image, parses it, extracts the components, & causes them to appear one at a time using <animate> tags with a begin value of [previous element id].end. SMIL animations using <animate> tags actually has a reasonably complex events and interaction model.
Rio200
Rio200β€’4d ago
Is this so complicated? I have six more blocks like this one, and I want to create different types of animations As you can see, I created layers, gave them absolute positions, and controlled each one individually
clevermissfox
clevermissfoxβ€’3d ago
This is really neat! And I only had initially heard of SMIL a few months ago even when I was deep into trying to learn SVGs. The behaviour you mentioned of being able to start one element when the previous element ends is so powerful and cool. Gonna try to find the video I watched for OP
clevermissfox
clevermissfoxβ€’3d ago
Aha! This shows a very basic and introductory version of how it works https://youtu.be/OjPrduUvX_I?si=4xykAEDMLiTN2KHh
Roberto Matthews
YouTube
Creating Complex SVG Animations Using SMIL | SVG Animation Tutorial
Join Roberto Matthews in this tutorial to learn how to create intricate SVG animations using SMIL (Synchronized Multimedia Integration Language). Discover how to design and animate SVG elements to build captivating animations. We'll cover setting up SVG objects, positioning elements, using SMIL for smooth animations, and even adding dynamic text...
clevermissfox
clevermissfoxβ€’3d ago
Do you know if they made this avg by hand or if there is a tool that allows you to β€œmosaic” an existing shape?
Want results from more Discord servers?
Add your server
More Posts
revealed content not starting at desired pointHey, i have 6 paragraphs, 3 of which are hidden that become revealed when pressing a button. When scWhen switching from one div to another the elements are jumpy why?is this the behaviour of div elements by default, when converted to button doesn't seem to have simiHow to make this number "1234567890" into "1,234,567,890"?So a whole number to separate by commas, so I can format it to look like that? Important thing is foi have a container that contains 6 items and i want 3 items of the exact same size in each rowi have a container that contains 6 items and i want 3 items of the exact same size in each rows ( i Slick slider inside a flex boxI have a slick-slider inside a two-column flexbox, but the slider is not respecting the parent contaAny ideas on how to create a double border chamfer with transparent background?I remember that Kevin has a good video on creating borders with cut corners here: https://www.youtubSuggestions on how to correctly handle 2 scrollable items on mobileI have a main webpage that scrolls like any other website would but on one of my pages I have a fullPreserve image aspect ratio with Gatsby image component within Flexbox``` export default function Header() { return ( <header> <StaticImage src="../imObject ConversionsCan anyone pls explain in brief what are the important and necessary object to primitive conversionsHow to make slope box in css.I have one card. in that card, i have one slope. i tried using clippath for creating that slope. but