@ -97,6 +97,20 @@ SequentialAnimation{
}
}
function execute ( ) {
function execute ( ) {
/ / t r y i n g t o f i x t h e L i s t V i e w n a s t y b e h a v i o r
/ / d u r i n g t h e r e m o v a l t h e a n c h o r i n g f o r L i s t V i e w c h i l d r e n c h a n g e s a l o t
if ( isWindow ) {
var previousTask = icList . childAtIndex ( index - 1 ) ;
var nextTask = icList . childAtIndex ( index + 1 ) ;
if ( previousTask !== undefined && nextTask !== undefined && nextTask . inBouncingAnimation ) {
if ( root . vertical ) {
mainItemContainer . anchors . top = previousTask . bottom ;
} else {
mainItemContainer . anchors . left = previousTask . right ;
}
}
}
/ / A n i m a t i o n A d d / R e m o v e ( 2 ) - w h e n i s w i n d o w w i t h n o l a u n c h e r , a n i m a t i o n s e n a b l e d
/ / A n i m a t i o n A d d / R e m o v e ( 2 ) - w h e n i s w i n d o w w i t h n o l a u n c h e r , a n i m a t i o n s e n a b l e d
/ / A n i m a t i o n A d d / R e m o v e ( 3 ) - w h e n i s l a u n c h e r w i t h n o w i n d o w , a n i m a t i o n s e n a b l e d
/ / A n i m a t i o n A d d / R e m o v e ( 3 ) - w h e n i s l a u n c h e r w i t h n o w i n d o w , a n i m a t i o n s e n a b l e d
var animation2 = ( ( ( ( tasksModel . launcherPosition ( mainItemContainer . launcherUrl ) == - 1 )
var animation2 = ( ( ( ( tasksModel . launcherPosition ( mainItemContainer . launcherUrl ) == - 1 )