Tag Archive for 'selectionduration'

30
Jul

Setting the item selection duration on a List control in Flex

The following example shows how you can set the item selection duration on a Flex List control by setting the selectionDuration style.

Full code after the jump.

Continue reading ‘Setting the item selection duration on a List control in Flex’

26
Nov

Changing the selection duration and easing function on a Flex Tree control

The following example shows how you can change the selection duration and selection easing function on a Tree control in Flex by setting the selectionDuration and selectionEasingFunction styles.

Full code after the jump.

Continue reading ‘Changing the selection duration and easing function on a Flex Tree control’