Saturday, October 17, 2009

Selection for Repeater.

This time I have added animated selection for the repeater.



Source code.

Saturday, October 10, 2009

What's Coming in Adobe AIR 2.0

Adobe AIR technology become more and more powerful. Check out presentation from Adobe MAX.

Wednesday, October 7, 2009

Spring effect for validation.

Recently I played around with the Spring effect developed by Chet Haase. After small modifications I have used it to highlight mandatory fields (or form items - Last Name) in the form.
Also in the Status label you could place some more additional information.

Sunday, October 4, 2009

Animated Repeater.

This example is how to animate appearance of repeater's items. The repeater is very easy to use in combination with HBox/VBox or FlowBox, just put repeater into the box, setup vertical/horizontal gap and it it will work. But there is no fun :) To add some animation I tried to wrap up repeater with canvas and calculate x,y coordinates for each item. In additional, I have animated alpha property.