]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/dtl/demos/templates/animation.html
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / dtl / demos / templates / animation.html
diff --git a/static/dojo-release-1.1.1/dojox/dtl/demos/templates/animation.html b/static/dojo-release-1.1.1/dojox/dtl/demos/templates/animation.html
new file mode 100644 (file)
index 0000000..56c38f3
--- /dev/null
@@ -0,0 +1,5 @@
+{% load dojox.dtl.contrib.dijit dojox.dtl.contrib.html %}
+<div>
+       <div tstyle="top: {{ y }}px; left: {{ x }}px;" style="width: 10px; height: 10px; background: red; position: absolute;">&nbsp;</div>
+       <div dojoAttachPoint="blue" style="top: 10px; left: 0; width: 10px; height: 10px; background: blue; position: absolute;">&nbsp;</div>
+</div>
\ No newline at end of file