i want to make an animated arrow in html/css
i want to make this arrow animation , i want to be centered and align the three lines that makes the arrow perfectly to make an arrow ,i want it to be smooth, i triad chat gpt and cluad ai ,YouTube but it didn’t work , also if there another way to do it tell me
the html:
How can account for variable timing of adding words in this Javascript+CSS message animation?
I’m writing an animation for a streaming text response in a messaging service. Each word drops in to the bubble, which resizes dynamically.
Animations triggered by HTML events that happen to other HTML element
How do I make an animation of an icon that plays only when I hover on another Element?
How to implement snapping animation in to a momentum based drag scrolling?
I have a momentum based drag scrolling and I implement snapping behavior. The problem is the snapping animation is instantaneous. How to make it smoother?
How to Create Sticky, Cohesive Shape-to-Shape (Containers) Morphing with CSS and JavaScript?
I’m trying to create an effect where two rectangular shapes (with rounded ends), each containing text, move toward each other, merge/morph into a singular rounded rectangle as I scroll down the page, and separate again when I scroll up. The shapes need to remain sticky to the viewport position during scrolling.