restructured rendering, added Tweener & smoothMove
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<style>
|
||||
article.mainDashboard{ height:100%; }
|
||||
article.mainDashboard>section:first-of-type{
|
||||
height:100%;
|
||||
background-color: #333;
|
||||
}
|
||||
canvas[data-output="ttbCanvas"]{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
<canvas data-output="ttbCanvas"></canvas>
|
||||
Reference in New Issue
Block a user