Computer Science, asked by SHIVA72552y, 4 days ago

write a css program that a circle is cutting in half animation​

Answers

Answered by harpreetkaurmangat80
0

Explanation:

The Gimp Layers are a stack of slides. Every layer contains a part of the image. Using layers, we can construct an image having several conceptual parts. The layers are used to manipulate a part of the image without affecting the other part. The bottom layer is the background of the image.

Answered by pcplionelmessi
1

Answer:

This can be done purely on CSS making use of borders. Keep note that height has to be half of the width to give the half circle. border-top-left or right-radius is the thing that adds the curve. So adding that extra +10 to it makes up for the space the border(which is set to 10px) creates.

Similar questions