From e805cdae41e3cadc5b4dc49b489dda81d157230f Mon Sep 17 00:00:00 2001 From: lmy <2534290808@qq.com> Date: Wed, 5 Jun 2019 17:05:03 +0800 Subject: [PATCH] v0.2.5 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7665b..42b8f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ +## 0.2.5 + * Add properties onAnimationBegin, onAnimationEnd, iterationCount, direction, delay, iterationDelay, and iterationInfinite + ## 0.2.1 * Add flipInX flipInY flipOutX flipOutY ## 0.2.0 * AnimatedConfig adds scaleX, scaleY, and rotate attributes * Add some commonly used configMap, for example, zooming, bounce, fading, etc + ## 0.1.2 * add SmartAnimatedWidget