forked from ruffle-rs/ruffle-rs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
avm2.html
47 lines (44 loc) · 1 KB
/
avm2.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
---
<style type="text/css" media="screen">
code {
display: inline-block;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
h3 {
margin-top: 16px;
}
.navbar {
background-color: #31497D;
}
.progress-bar {
width: 100%;
height: 10px;
background: linear-gradient(to right, green 0, green var(--green-percent), yellow var(--green-percent), yellow var(--yellow-end-percent), #C21807 var(--yellow-end-percent), #C21807 100%);
}
.wrapper {
max-width: 100%;
}
#classes svg {
display: none;
}
#btn {
background-color: var(--ruffle-orange);
border-color: var(--ruffle-orange);
color: var(--ruffle-blue);
}
</style>
<section class="section content">
<h1>ActionScript 3 API Implementation</h1>
<button id="btn">View Implementation Tree</button>
<div id="classes"></div>
</section>
<script>
const reportURL = "assets/report.json";
</script>