Commit 5f698a7f8bb6a3fa6edde035dd395883ee80cfa6

Authored by Adeel Kazmi
Committed by Gerrit Code Review
2 parents a64aa950 2c601b98

Merge "Use the default alpha function for snap animation" into tizen

Showing 1 changed file with 0 additions and 2 deletions
demo/dali-table-view.cpp
... ... @@ -709,8 +709,6 @@ void DaliTableView::SetupInnerPageCubeEffect()
709 709 mScrollViewEffect = customEffect = ScrollViewCustomEffect::New();
710 710 mScrollView.SetScrollSnapDuration( EFFECT_SNAP_DURATION );
711 711 mScrollView.SetScrollFlickDuration( EFFECT_FLICK_DURATION );
712   - mScrollView.SetScrollSnapAlphaFunction( AlphaFunctions::EaseOutBack );
713   - mScrollView.SetScrollFlickAlphaFunction( AlphaFunctions::EaseOutBack );
714 712 mScrollView.RemoveConstraintsFromChildren();
715 713  
716 714 customEffect.SetPageSpacing( Vector2( 30.0f, 30.0f ) );
... ...