aboutsummaryrefslogtreecommitdiff
path: root/src/components/retweet_button/retweet_button.vue
diff options
context:
space:
mode:
authorxj9 <xj9@heropunch.io>2017-03-08 21:45:40 -0700
committerxj9 <xj9@heropunch.io>2017-03-08 21:45:40 -0700
commit459fdaf10fcc55248ec2868963edcba51114c877 (patch)
tree89a131c0b0c946e8fa4e50dbc57915aeac5e8442 /src/components/retweet_button/retweet_button.vue
parentba4f7ef3efe15aaebce523113283b5854d16ceb8 (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.vue1
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;
}