кодесурса
«HTML

Свойства CSS: Как определить форму нижнего правого угла анимации?

script1adsense2code
script1adsense3code

Перейти на страницу упражнений

Решение:

HTML-код:

<!DOCTYPE html>
<html>
<head>
<title>How to defines the shape of the bottom-right corner is animatable</title>
<style>
#xyz {
margin-left: 10px;
margin-top: 3px;
margin-right: 15px;
background-color: #CCFF63;
border: 1px solid #c3c3c3;
height: 200px;
-webkit-animation: mymove 5s infinite;
animation: mymove 5s infinite;
}
@keyframes mymove {
50% {border-bottom-right-radius: 50px;}
}
</style>
</head>
<body>
<div id="xyz">CSS, stands for Cascading Style Sheet is a computer language to describe presentation.<div>
</body>
</html>

Демонстрация в реальном времени:

См. Pen- border-bottom-right-radius-animatable-answer от w3resource ( @ w3resource ) в CodePen .


Посмотреть решение в браузере

Поддерживаемый браузер

«Opera«Интернет
да да да да нет

Перейти на страницу упражнений

Каков уровень сложности этого упражнения?

Новый контент: Composer: менеджер зависимостей для PHP , R программирования


script1adsense4code
script1adsense5code
disqus2code
script1adsense6code
script1adsense7code
script1adsense8code
buysellads2code