Releases: iamgio/animated
Releases · iamgio/animated
0.4.2
- Added two
AnimationPair
constructors to cover all the possible cases:(Animation in, AnimationFX out)
and(AnimationFX out, Animation out)
; - Added a specific
IllegalArgumentException
error when passing one or morenull
values toAnimationPair
(from #1); - Downgraded Kotlin from 1.5.31 to 1.4.31 for compatibility reasons (from #1).
0.4.1
0.4.0
0.3.0
0.2.1
v0.2.0
- Added animated containers:
AnimatedVBox
andAnimatedHBox
; - Renamed
SwitchAnimation
toAnimationPair
; AnimationPair
now has public constructors.