Go Back   OpenLaszlo Developers Forums > Non-programming help and discussions > Development Tools and Practices

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
Prev Previous Post   Next Post Next
  #1  
Old 09-23-2003, 03:10 PM
antun antun is offline
Forum Administrator
 
Join Date: Jun 2002
Location: San Francisco
Posts: 1,678
antun is on a distinguished road
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>
Enjoy!
__________________
http://www.antunkarlovac.com/blog/

Try out Webtop today:
http://www.gowebtop.com/
Reply With Quote
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT -8. The time now is 12:18 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.