mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
changing README styles
This commit is contained in:
parent
d078d4acea
commit
3785bcd7c6
@ -41,4 +41,4 @@ Let's say you have a variable that changes by itself from time to time. If you'd
|
|||||||
GUI.add(obj, "propName").onChange(function(n) {
|
GUI.add(obj, "propName").onChange(function(n) {
|
||||||
alert("You changed me to " + n);
|
alert("You changed me to " + n);
|
||||||
});
|
});
|
||||||
Initiated by [George Michael Brower]:http://georgemichaelbrower.com/ and [Jono Brandel]:http://jonobr1.com/ of the Data Arts Team, Google Creative Lab.
|
Initiated by [George Michael Brower](http://georgemichaelbrower.com/) and [Jono Brandel](http://jonobr1.com/) of the Data Arts Team, Google Creative Lab.
|
||||||
|
Loading…
Reference in New Issue
Block a user