We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4df51 commit bcf2685Copy full SHA for bcf2685
1 file changed
assets/script.js
@@ -23,6 +23,6 @@ document.querySelectorAll('.citation[data-doi]').forEach(el => {
23
document.addEventListener("DOMContentLoaded", () => {
24
const citations = document.querySelectorAll(".citation");
25
citations.forEach((citation, index) => {
26
- citation.style.animationDelay = `${index * 0.25}s`;
+ citation.style.animationDelay = `${index * 1}s`;
27
});
28
0 commit comments