Skip to content

Commit bcf2685

Browse files
committed
updated script
1 parent 4c4df51 commit bcf2685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ document.querySelectorAll('.citation[data-doi]').forEach(el => {
2323
document.addEventListener("DOMContentLoaded", () => {
2424
const citations = document.querySelectorAll(".citation");
2525
citations.forEach((citation, index) => {
26-
citation.style.animationDelay = `${index * 0.25}s`;
26+
citation.style.animationDelay = `${index * 1}s`;
2727
});
2828
});

0 commit comments

Comments
 (0)