All Questions
Tagged with animation css-animations
1,336 questions
0
votes
1
answer
56
views
How can I prevent SVG elements from overflowing?
I have an SVG map of Africa, and I want to embed a second SVG within it. However, I’m unable to do so due to an overflow issue. I suspect that I might be facing a clipping or masking problem. Since ...
-1
votes
1
answer
33
views
Is there a way to expand a circle from its middle point to both left and right?
I want to create this effect in which a circle will expand to left and right simultaneously. I've seen in this answer from another post: https://stackoverflow.com/a/29922969
this is the code ...
0
votes
1
answer
39
views
How do I stop my CSS animation from jumping on refresh?
I'm working on some hover animations for buttons in CSS. I want the buttons to have a smooth transition when hovering and unhovering, but can't use JS for it. My animations work great, but the unhover ...
-1
votes
1
answer
64
views
How to make CSS clip-path show background and only apply animation inside the clipped partion? [closed]
I have this CSS. I tried to make it so the clipped circle path expands in a circle, but I want it to not mask the background. I want it to show the background and show the clipped circle also. It ...
0
votes
0
answers
37
views
How to implement 3d hover effect on text in react
How can I implement this effect in react native, check image for better understanding
I want to build a hover effect on text that when I hover on a text it goes in a 3d like effect in react js as in ...
-2
votes
1
answer
143
views
Animate height resize on container with dynamic content
I am new to svelte and I was playing with the svelte/animate and svelte/transitions modules. The main question is how to animate container height when new content is added/removed.
I was trying a few ...
0
votes
0
answers
54
views
How to make infinite animation of vertical lines moving along horizontal lines
How to make an infinite animation of vertical lines moving along horizontal lines using only CSS and HTML?
So far I have only got this option, but the distance between the lines does not decrease as ...
0
votes
2
answers
38
views
How would I create a rotation animation that switches direction continuously as it goes through each cycle?
I have the following svg of a hexagon and a rotation animation in for it that only goes 1 direction at the moment. How would I adjust this so it rotates the other direction after each animation cycle?
...
0
votes
0
answers
59
views
DndContext Animation triggers twice
I have implemented dndkit drag end drop kanban board
Im using drag overlay and sortable, when moving the columns the transitions work, but on drag end, its shows already moved, but when i let it go, ...
0
votes
0
answers
39
views
How do I end all animations on their last frame? [duplicate]
I've been struggling to get this button to start all my animations at the same time. After a lot of trial and error, I managed to get it working. However, when I watched how it played out, my elements ...
0
votes
0
answers
64
views
CSS animation acts weird for one particular item
I have a green circle with many images inside of it.
Upon loading, the images have a simple animation in which they show up and bounce back at the positions I have set up. However, one of the images ( ...
0
votes
0
answers
60
views
anime.js elements enter from bottom and animate vertically up out of viewport
Using anime.js how can targeted DOM elements be animated to enter the viewport from the bottom, move vertically upward, and exit the viewport off the top? Is a timeline required or a simple anime() ...
0
votes
2
answers
86
views
I can't figure out why view based animation is not working
I'd like to make a CSS animation where the timeline is based on the view of the element. However, it won't work, I already searched for it but no results.
I got a page with a container. In this ...
4
votes
3
answers
122
views
SVG/CSS Loader spinner animation of filling/unfilling letters
I have a custom SVG for the letter CG. I want to add a "loader-spinner" animation that fills and unfills the letters C and G.
I've managed to get an animation where the outline of these ...
0
votes
0
answers
160
views
i want to make an animated arrow in html/css
I want to make this arrow animation. I want it to be centered and align the three lines that make the arrow shape. I want it to be smooth.
I'd like the three lines (that make the arrow) to align ...