Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
added color transition animation on text and image as tint
Browse files Browse the repository at this point in the history
  • Loading branch information
ceryle committed May 4, 2017
1 parent fbb0959 commit c89ae6f
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 129 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ how I have used ImageView in RadioRealButton is no different than regular drawab
| animateTexts_enterDuration | `integer` | enter animation duration of text in ms |
| animateTexts_exit | `integer` | exit animation on text when other button is checked |
| animateTexts_exitDuration | `integer` | exit animation duration of text in ms |
| animateDrawables_tintColorFrom | `integer` | initial color for drawable's tint color transition animation |
| animateDrawables_tintColorTo | `integer` | final color for drawable's tint color transition animation |
| animateDrawables_tintColorDuration | `integer` | total animation duration of drawable's tint transition in ms |
| animateTexts_textColorFrom | `integer` | initial color for text's text color transition animation |
| animateTexts_textColorTo | `integer` | final color for text's text color transition animation |
| animateTexts_textColorDuration | `integer` | total animation duration of text's text color in ms |
| animateDrawables_tintColorFrom | `color` | initial color for drawable's tint color transition animation |
| animateDrawables_tintColorTo | `color` | final color for drawable's tint color transition animation |
| animateDrawables_tintColor_duration | `integer` | total animation duration of drawable's tint transition in ms |
| animateTexts_textColorFrom | `color` | initial color for text's text color transition animation |
| animateTexts_textColorTo | `color` | final color for text's text color transition animation |
| animateTexts_textColor_duration | `integer` | total animation duration of text's text color in ms |


#### Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import android.support.v7.widget.AppCompatImageView;
import android.support.v7.widget.AppCompatTextView;
import android.util.AttributeSet;
import android.util.Log;
import android.util.TypedValue;
import android.view.Gravity;
import android.view.View;
Expand Down
Loading

0 comments on commit c89ae6f

Please sign in to comment.