From 1d9cb7bc378cf37bc53f1d14a837371038f0c18f Mon Sep 17 00:00:00 2001 From: Jaewoong Eum Date: Thu, 31 Oct 2019 00:18:48 +0900 Subject: [PATCH] Documents ExpandableAnimation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a107245..e24ebdd 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,18 @@ expandable.setOnExpandListener { } ``` +### ExpandableAnimation +We can customize the expanding and collapsing animation.
+```kotlin +ExpandableAnimation.NORMAL +ExpandableAnimation.ACCELERATE +ExpandableAnimation.BOUNCE +``` + +NORMAL | ACCELERATE | BOUNCE +| :---------------: | :---------------: | :---------------: | +| | | + ## ExpandableLayout Attributes Attributes | Type | Default | Description --- | --- | --- | ---