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:
@@ -1029,7 +1029,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
|||||||
|
|
||||||
.card .card-reveal {
|
.card .card-reveal {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
transition: transform .1s;
|
transition: transform .3s;
|
||||||
display:none;
|
display:none;
|
||||||
transform: translateY(0%);
|
transform: translateY(0%);
|
||||||
}
|
}
|
||||||
|
|||||||
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/dist/main.min.js
vendored
2
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -668,7 +668,7 @@ $(document).on("mouseleave", ".card.sticky-action", function(e){
|
|||||||
$(that).find(".card-reveal").attr("style", "display: block;transform: translateY(0%);");
|
$(that).find(".card-reveal").attr("style", "display: block;transform: translateY(0%);");
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
$(that).find(".card-reveal").attr("style", "display: none;");
|
$(that).find(".card-reveal").attr("style", "display: none;");
|
||||||
}, 100);
|
}, 300);
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on("click", "#offline-mode", function(e){
|
$(document).on("click", "#offline-mode", function(e){
|
||||||
|
|||||||
Reference in New Issue
Block a user