blob: ca383cbad71f955e3f091ea261d35bb191e5c2f7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#div1 {
position: absolute;
left: 100;
top: 200;
motion: path('M 0 0 v 100') 150deg 0px;
transform: rotate(30deg);
}
</style>
</head>
<body>
<div id="div1">div1</div>
</body>
</html>