blob: 46ebcbd0a63100e3546c784393141d1c52204989 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#div1 {
position: absolute;
motion: path('M 10 20 h 40 v 50') 0rad 100%;
transform: translate(70px, 80px);
transform-origin: 0% 0%;
}
</style>
</head>
<body>
<div id="div1">div1</div>
</body>
</html>