Свойства CSS: border-top-width-animatable-answer?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How to set the border top-width is animatable</title>
<style type="text/css">
#mydiv {
width: 100px;
height: 150px;
border: 3px solid #FF0000;
padding: 10px 40px;
background: #00CCCC;
-webkit-animation: mymove 5s infinite;
animation: mymove 5s infinite;
}
@keyframes mymove {
50% {border-top-width: 50px;}
}
</style>
</head>
<body>
<h1>w3resource Tutorial</h1>
<div id="mydiv">The border-radius property allow to add rounded corners is animatable</div>
</body>
</html>
Демонстрация в реальном времени:
См. Pen border-top-width-animatable-answer от w3resource ( @ w3resource ) в CodePen .
Поддерживаемый браузер
да | да | да | да | нет |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code