AutoPanAction autoPan = new AutoPanAction();
ActionList animate = new ActionList( 750 );
animate.setPacingFunction( new SlowInSlowOutPacer() );
animate.add( autoPan );
animate.add( new QualityControlAnimator() );
animate.add( new VisibilityAnimator( GRAPH ) );
animate.add( new LocationAnimator( GRAPH_NODES ) );
animate.add( new ColorAnimator( GRAPH_NODES ) );
animate.add( new RepaintAction() );
m_vis.putAction( ANIMATE_ACTION, animate );
m_vis.alwaysRunAfter( FILTER_ACTION, ANIMATE_ACTION );