en.javascript.info/7-animation/2-css-animations/digits-negative-delay.view/index.html
2019-04-02 14:01:44 +03:00

16 lines
253 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
Click below to animate:
<div id="digit"><div id="stripe">0123456789</div></div>
<script src="script.js"></script>
</body>
</html>