Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Window minimize effect for a canvas

    Isomorphic,

    I'm looking for a minimize effect similar to how a window component minimizes. Instead of top-down it need to happen on a canvas in left-right fashion. I'm trying to mock the to-do bar present in the right side of outlook.

    http://www.smartclient.com/smartgwt/showcase/#layout_windows_minimize

    Thanks.

    #2
    In general, use animateResizeTo() or animateMoveTo() within a clipped container (including the browser itself) to reproduce an animation that moves something out of view to the left or right.

    Comment

    Working...
    X