No use the animation when text input popup is pressed. 80/24180/1
authordaemyung jang <dm86.jang@samsung.com>
Sat, 21 Jun 2014 10:09:24 +0000 (19:09 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 17:47:33 +0000 (18:47 +0100)
[problem] The speed of the pressed effect is too slow than the efl.
[cause] The text input popup has a animation duration.
[solution] Make the duration is zero.

Change-Id: Iec9a0e215cb24157ceb7ebecde519de5da29dea8
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
base/dali-toolkit/internal/controls/text-input/text-input-popup-impl.cpp

index 3fbe619..515a53c 100644 (file)
@@ -619,6 +619,7 @@ void TextInputPopup::AddOption(const std::string& name, const std::string& capti
   option.SetSize( constrainedOptionSize );
   option.SetX( mContentSize.x );
   option.SetName( name );
+  option.SetAnimationTime( 0.0f );
   option.ClickedSignal().Connect( this, &TextInputPopup::OnButtonPressed );
   mScrollView.Add( option );