An extension to add animations to your apps
Designer Properties
Blocks
Demo Blocks
Output
Library Used
Credits
Thanks to odular Community
Download
V1
Flubbie (5).aix (93.7 KB)
V2
Flubbie (25).aix (97.7 KB)
V3
Flubbie (40).aix (98.0 KB)
Available Animations
SLIDE_LEFT
SLIDE_RIGHT
SLIDE_DOWN
SLIDE_UP
SQUEEZE_LEFT
SQUEEZE_RIGHT
SQUEEZE_DOWN
SQUEEZE_UP
FADE_IN
FADE_OUT
FADE_OUT_IN
FADE_IN_LEFT
FADE_IN_RIGHT
FADE_IN_DOWN
FADE_IN_UP
ZOOM_IN
ZOOM_OUT
FALL
SHAKE
POP
FLIP_X
FLIP_Y
MORPH
SQUEEZE
FLASH
WOBBLE
SWING
ALPHA
ROTATION
TRANSLATION_X
TRANSLATION_Y
SCALE_X
SCALE_Y
Available Interpolators
BZR_EASE_IN
BZR_EASE_OUT
BZR_EASE_IN_OUT
BZR_LINEAR
BZR_SPRING
BZR_EASE_IN_SINE
BZR_EASE_OUT_SINE
BZR_EASE_IN_OUT_SINE
BZR_EASE_IN_QUAD
BZR_EASE_OUT_QUAD
BZR_EASE_IN_OUT_QUAD
BZR_EASE_IN_CUBIC
BZR_EASE_OUT_CUBIC
BZR_EASE_IN_OUT_CUBIC
BZR_EASE_IN_QUART
BZR_EASE_OUT_QUART
BZR_EASE_IN_OUT_QUART
BZR_EASE_IN_QUINT
BZR_EASE_OUT_QUINT
BZR_EASE_IN_OUT_QUINT
BZR_EASE_IN_EXPO
BZR_EASE_OUT_EXPO
BZR_EASE_IN_OUT_EXPO
BZR_EASE_IN_CIRC
BZR_EASE_OUT_CIRC
BZR_EASE_IN_OUT_CIRC
BZR_EASE_IN_BACK
BZR_EASE_OUT_BACK
BZR_EASE_IN_OUT_BACK
SPRING
LINEAR
Properties Info
-
autoStart
- Determines if the animation will start before returning it fromcreateFor()
. -
force
- The force of the animation. Used by most of the presets to determine how much to express the animation (rotate the view more, wobble harder, etc…). -
damping
- Used only by the spring interpolator to determine the stiffness of the spring. -
velocity
- Used only be the spring interpolator to determine the initial velocity of the spring. -
repeatCount
- set how many times the animation is repeated. -
repeatMode
- set how the animation is repeated(restart or reverse). -
delay
- Sets the delay of the animation. -
duration
- Sets the duration of the animation. -
animation
- Sets the [AnimationProvider
] for the animation. -
iterpolatorProvider
- Sets the [InterpolatorProvider
] for the animation. -
animatorListener
- Sets an animator listener for the animation -
scaleX
- Used only by the scaling animation presets to determine the initial scale. -
scaleY
- Used only by the scaling animation presets to determine the initial scale.
Demo Apk
Flubbie.apk (5.2 MB)