Add event display and animation

This commit is contained in:
Tadej Novak
2014-08-02 18:57:09 +02:00
parent 3082f9d0c1
commit 45dcdc9d01
5 changed files with 177 additions and 43 deletions
+14
View File
@@ -5,6 +5,20 @@ body {
#detector {
cursor: pointer;
margin: 0 auto;
position: relative;
width: 400px; height: 400px;
}
#detector canvas {
position: absolute; left: 0; top: 0;
}
#detector-core {
z-index: 0;
}
#detector-events {
z-index: 1;
}
.bar rect {