sketchub icon

Animations - Library

AbrorGo
25 Likes
6 Comments
332 Downloads

Screenshots

About

Animations library fully created with CodeAssist by me.

  • documentation for onClick animation on any view:
    
    // scale up to down in 1 seconds (1s = 1000ms)
    Animation.addOnClickAnimation(button1, Animation.Type.SCALE_UP_DOWN, 1000);

// scale down to up in 1s Animation.addOnClickAnimation(button1, Animation.Type.SCALE_DOWN_UP, 1000);

// alpha in 1s Animation.addOnClickAnimation(button1, Animation.Type.ALPHA, 1000);


another animations:

Animations.rotationAnimation(textview, 180, 1000);

Animations.fadeInAnimation(textview, 1000);

Animations.fadeOutAnimation(textview, 1000);

Animations.scaleXAnimation(textview, 0, 1.2, 1000);

Animations.scaleYAnimation(textview, 0, 1.2, 1000);

Animations.scaleXYAnimation(textview, 0, 1.2, 1000);

Animations.translationXAnimation(textview, 0, 50, 1000);

Animations.translationYAnimation(textview, 0, 50, 1000);



Note: *You guys are not allowed to modify this library without any permission from me directly*
Copyright © 2022, Hussein Shakir.

©2025 Sketchub | User Policy