mirror of
https://github.com/pinry/pinry.git
synced 2026-03-06 12:11:13 +01:00
Add fade to edit buttons and fix queueing of animation
This commit is contained in:
@@ -71,7 +71,9 @@ $(window).load(function() {
|
||||
thisPin.find('.editable').hide();
|
||||
thisPin.off('hover');
|
||||
thisPin.hover(function() {
|
||||
thisPin.find('.editable').toggle();
|
||||
thisPin.find('.editable').stop(true, true).fadeIn(300);
|
||||
}, function() {
|
||||
thisPin.find('.editable').stop(true, false).fadeOut(300);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user