blob: 4a9fed4c86ab7d08bbe1d32ff74d26e42f50e675 [file] [log] [blame]
<!doctype html>
<meta charset="utf-8">
<title>CSS Motion Path test reference: &lt;basic-shape&gt; ellipse() path with offset-distance</title>
<link rel="author" title="Daniil Sakhapov" href="sakhapov@google.com">
<style>
#outer {
top: 100px;
left: 100px;
position: relative;
width: 600px;
height: 400px;
}
#box {
background-color: green;
position: relative;
transform: translate(393.93px, 300.959px) rotate(143.905deg);
width: 100px;
height: 100px;
}
</style>
<div id="outer">
<div id="box"></div>
</div>