|
|||||||
| Development Tools and Practices Questions about development tools and practices. An appropriate place to talk about text editors, IDEs, and anything else that makes your development life easier. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Animating Layouts
You can apply an animation to a layout, just like an attribute of a view:
Code:
<canvas>
<class name="box" bgcolor="red" width="10" height="10" />
<view>
<box/>
<box/>
<box/>
<box/>
<box/>
<simplelayout axis="x" spacing="5">
<animator id="anm" attribute="spacing" to="20"
duration="1000" start="false"/>
</simplelayout>
</view>
<button onclick="anm.start()" y="100">Animate</button>
</canvas>
__________________
http://www.antunkarlovac.com/blog/ Try out Webtop today: http://www.gowebtop.com/ |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advanced Layouts | tmw | General OpenLaszlo Programming | 0 | 04-24-2007 11:47 AM |
| animating an object between custom layouts | jstretch | General OpenLaszlo Programming | 0 | 08-16-2005 06:56 AM |
| Animating to and from a location | antun | Development Tools and Practices | 1 | 04-14-2005 06:09 AM |
| Complex form layouts | mansperger | General Help | 7 | 01-13-2004 10:20 AM |
| Breaking Out of Layouts | antun | Development Tools and Practices | 0 | 05-22-2003 11:11 AM |