언어 설정

Menu
Sites
Language
How can i animate Panels in the same Form ?

I was wondering what is the best way to animate different panels.

Is there any control like View Pager in Android? 

Responses

3 댓글
kimi

Hi,

You can use AnimationTransaction https://developer.tizen.org/help/topic/org.tizen.native.apireference/classTizen_1_1Ui_1_1Animations_1_1AnimationTransaction.html 

to simultaneously provide different/same animations to each and every control in the form and the controls are animated simultaneously, provided their corresponding animations are specified within AnimationTransaction::Begin(int transactionId) and AnimationTransaction::Commit() methods.

 

kimi.

Use control animator class (ControlAnimator )
Byron Gavras

Thank you