blob: bf21994bd029219483155f365b7a62fe127adb00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/Keyframe.css">
<script type="text/montage-serialization">
{
"owner": {
"module": "js/panels/Timeline/Keyframe.reel",
"name": "Keyframe",
"properties": {
"element": {"#": "keyframespace"},
"tweenkeyframe": {"#": "tweenkeyframe"}
}
}
}
</script>
</head>
<body>
<div id="keyframespace">
<div id="tweenkeyframe" class="tween_keyframe"></div>
</div>
</body>
</html>
|