source:
Dev/trunk/src/client/dojox/dtl/demos/templates/animation.html
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 328 bytes |
Line | |
---|---|
1 | {% load dojox.dtl.contrib.dijit dojox.dtl.contrib.dom %} |
2 | <div> |
3 | <div style="top: {{ y }}px; left: {{ x }}px; width: 10px; height: 10px; background: red; position: absolute;"> </div> |
4 | <div dojoAttachPoint="blue" style="top: 10px; left: 0; width: 10px; height: 10px; background: blue; position: absolute;"> </div> |
5 | </div> |
Note: See TracBrowser
for help on using the repository browser.