DIR : /home/kozerus/public_html/jkwii/js/jsdoit/tweenjs/_assets/css/examples.css
/home/kozerus/public_html/jkwii/js/jsdoit/tweenjs/_assets/css
body {
width: 960px;
}
header {
margin-bottom: 1rem;
width: 960px;
}
h1 {
font-weight: 200;
margin-bottom: 1rem;
}
h1:before {
content:"EASELJS ";
font-weight: bold;
}
header p {
margin: 0;
padding: 1em;
background: rgba(250, 252, 255, 0.7);
}
.content, canvas {
background: white;
}
.content {
width: 960px;
height: 400px;
overflow: hidden;
padding: 1em;
box-sizing: border-box;
}
.loading {
position: relative;
}
.loading:after {
content: url("../art/loading.gif");
position: absolute;
left: 50%;
top: 50%;
margin: -13px 0 0 -51px;
opacity: 0.8;
}
#error, #mobile {
width: 960px;
height: 400px;
display:none;
text-align: left;
padding: 1em;
}
body.embedded header {
display: none;
}
body.embedded {
margin: 0;
}
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer