mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
More delay on frontpage descriptions
This commit is contained in:
@@ -668,7 +668,7 @@ $(document).on("mouseleave", ".card.sticky-action", function(e){
|
||||
$(that).find(".card-reveal").attr("style", "display: block;transform: translateY(0%);");
|
||||
setTimeout(function(){
|
||||
$(that).find(".card-reveal").attr("style", "display: none;");
|
||||
}, 100);
|
||||
}, 300);
|
||||
});
|
||||
|
||||
$(document).on("click", "#offline-mode", function(e){
|
||||
|
||||
Reference in New Issue
Block a user