FIX: Improved like animation

This commit is contained in:
Robin Ward 2016-02-11 14:36:12 -05:00
parent 5af00da2d8
commit c364d08113
1 changed files with 2 additions and 0 deletions

View File

@ -290,6 +290,8 @@ export default createWidget('post-menu', {
}
const $heart = $(`[data-post-id=${attrs.id}] .fa-heart`);
$heart.closest('button').addClass('has-like');
const scale = [1.0, 1.5];
return new Ember.RSVP.Promise(resolve => {
animateHeart($heart, scale[0], scale[1], () => {