diff options
| author | xj9 <xj9@heropunch.io> | 2017-03-08 21:45:40 -0700 |
|---|---|---|
| committer | xj9 <xj9@heropunch.io> | 2017-03-08 21:45:40 -0700 |
| commit | 459fdaf10fcc55248ec2868963edcba51114c877 (patch) | |
| tree | 89a131c0b0c946e8fa4e50dbc57915aeac5e8442 /src/components/retweet_button/retweet_button.vue | |
| parent | ba4f7ef3efe15aaebce523113283b5854d16ceb8 (diff) | |
add a spin animation to favorite and boost actions
Diffstat (limited to 'src/components/retweet_button/retweet_button.vue')
| -rw-r--r-- | src/components/retweet_button/retweet_button.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/retweet_button/retweet_button.vue b/src/components/retweet_button/retweet_button.vue index 9b2f5c7b..5ec85fcf 100644 --- a/src/components/retweet_button/retweet_button.vue +++ b/src/components/retweet_button/retweet_button.vue @@ -11,6 +11,7 @@ @import '../../_variables.scss'; .icon-retweet { cursor: pointer; + animation-duration: 0.6s; &:hover { color: $green; } |
