mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
FIX: Improved like animation
This commit is contained in:
parent
5af00da2d8
commit
c364d08113
@ -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], () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user