css-animation

How do I create a cube with only HTML and CSS?

I have this code, and I want to make a cube with HTML and CSS, just like in the picture above .mainDiv{ positio ... ade to the code? Free translation of the question How to create a cube with only HTML and CSS? from member @Sunil Gehlot.

Animate smooth color changes using SVG or CSS

<svg viewBox="0 0 520 520" width="500" style='border: 1px solid black'> <defs> <linearGradient id="MyGr ... top> </linearGradient> </defs> <circle cx="75" cy="75" r="70" fill="url(#MyGradient)"/> </svg>

Make an analog of border-radius for svg circle?

There is such a progress bar with svg. Is it possible to somehow make the circle have rounded edges when the values are < ... t;/svg> </div> <label for="percent">Type a percent!</label> <input id="percent" name="percent">

SVG Why CSS animation stroke-dashoffset doesn't work

Tell me why the animation of the "growing line" stroke-dashoffset does not work ? .box_success__img { width: 60px; } ... </clipPath> </defs> </svg>

SVG Animation of the gradual appearance of stroke-dasharray

After repeated attempts to animate a circle with the stroke-dasharray property, I came up with a variant of nesting circle in ... parts. I want to make an animation of the unfolding of the block, but so that all this is in parts (see the second object).

CSS and SVG animation what is their fundamental difference?

There are two ways (we do not take the others) to create animation in the Web: SVG and CSS. What is their fundamental diff ... y="198" cx="302.5" fill-opacity="null" stroke-opacity="null" stroke-width="3" fill="none"/> </g> </svg>

How do I make animated text like in Cyberpunk2077?

Do I need to use svg or what? Or something like that I would be very grateful

Animation of drawing SVG images with lines

There are blocks that need to be animated: [https://codepen.io/skynetwind/pen/JjYVVyO][2] Tell me how to do it? It turns ... ng is cool, but the thickness of the lines after the animation is thicker. And the animation time is no more than 6 seconds.

Convert HTML font to SVG curves

Similar questions were asked in these topics: Converting text to path How do I draw the letter S? Everything is clear from th ... Question: And if you don't have a vector editor at hand, is there another way to get letter outlines using SVG curves?

CSS animation delay between repetitions

I have a phone call icon on my site, and this icon is constantly vibrating, and this is very disturbing to the users of the s ... bile" href=""> <img src="https://c7.hotpng.com/preview/578/746/452/5bbc65ef3eb9c-thumbnail.jpg" alt=""> </a>

How to implement the image explosion effect in a block using css animation?

There is a block with animation, the occupancy of which I want to implement with the effect of an explosion of images of flow ... adeInRotate135" src="https://img.lovepik.com/element/40022/6545.png_860.png" width="150" height="150" alt=""> </div>

The hover pseudo-class works with svg, but focus does not

I can't understand why :focus doesn't work when navigating through the elements using the tab key. Hover worked without any p ... </a> </li> </ul> </section>

How do I display a tooltip when hovering over a map region?

I have, say, a US map. <style> .state { fill:white; stroke:dodgerblue; } </style> <body> & ... ut this state. P.S Map is incomplete, only a few states, as there is a limit - no more than 30,000 characters in the snippet

Why doesn't before and after work?

For some reason, before and after does not work in css here is an example here http://jsfiddle.net/aUbVC/ .beforeAndAft ... -webkit-transition-property: opacity; transition-property: opacity; } <div class="beforeAndAfter"></div>

CSS3 animation to the end regardless of the event that caused it

A simple example: the button is reduced by: active, using the animated transform scale: http://jsfiddle.net/3gTUX/2/ @- ... , for example, and after a second to remove it and hang the animation on this class. But I would like to limit myself to CSS.

Customizing RadioButton

Faced with the already classic problem of customizing radio buttons. So, there is a set of icons. Question: what is the best ... stomize RadioButton by selecting one of the icons for further sending data? or is there another way to implement what I need?

Safari bug when using drop-shadow and transform

Here and on the fiddle (https://jsfiddle.net/a2x4ps5c/) doesn't seem to work, but a clean html document in safari gives somet ... transition: all 0.25s ease; } .test:hover { transform: skew(0deg, 10deg); } <div class="test"> </div>

Animation of the departure of the sitbar

There is a sitbar, its extension and movement need to be animated , but using the animation property, only the first one is o ... lt;body> <div class="buttom"> <div class="saitbar"></div> </div> </body>

How do I animate the wheels of a png image of a car moving and stopping using CSS?

I'm trying to animate a car using CSS. I managed to animate the wheels and the car. The car moves and stops, and then drives ... } If you run my code, all the wheels will be jittery tremble. Can someone give me some advice on how to fix this?

How does animation delay work?

Tell me how to set up the animation so that it works consistently, top-right-bottom-left. I don't understand how animation de ... m"></span> <span class="btn__line btn__line--left"></span> Demo </a> </div>