mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
added more assets for descriptor below the slider
This commit is contained in:
parent
3d5c21ccef
commit
f6a68f5cc7
BIN
demo/assets/arrow.png
Normal file
BIN
demo/assets/arrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
188
demo/assets/favicon.ai
Normal file
188
demo/assets/favicon.ai
Normal file
File diff suppressed because one or more lines are too long
BIN
demo/assets/georgeDrawing.jpg
Normal file
BIN
demo/assets/georgeDrawing.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 MiB |
@ -47,6 +47,16 @@ h2 {
|
|||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notifier {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 271px;
|
||||||
|
height: 112px;
|
||||||
|
background: url("assets/arrow.png") 0 0 no-repeat;
|
||||||
|
margin: 30px 22px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin: 20px 0 20px 0;
|
margin: 20px 0 20px 0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id = "helvetica-demo"></div>
|
<div id = "helvetica-demo"></div>
|
||||||
|
<div id = "notifier"></div>
|
||||||
<h1><a href = "http://twitter.com/guidat"><img src = "demo/assets/profile.png" border = "0" alt = "GUI-DAT flag" /></a></h1>
|
<h1><a href = "http://twitter.com/guidat"><img src = "demo/assets/profile.png" border = "0" alt = "GUI-DAT flag" /></a></h1>
|
||||||
<p>
|
<p>
|
||||||
<strong>gui-dat</strong> is a lightweight controller library for JavaScript. It allows you to easily manipulate variables and fire functions on the fly.
|
<strong>gui-dat</strong> is a lightweight controller library for JavaScript. It allows you to easily manipulate variables and fire functions on the fly.
|
||||||
|
Loading…
Reference in New Issue
Block a user