emulation of temperature

This commit is contained in:
Peli de Halleux
2016-03-14 14:03:31 -07:00
parent 7f57eda606
commit 8277063e71
5 changed files with 66 additions and 7 deletions

View File

@ -58,6 +58,11 @@ svg.sim {
pointer-events: none;
}
.sim-thermometer {
stroke:#aaa;
stroke-width: 3px;
}
/* animations */
.sim-flash {
animation-name: sim-flash-animation;