smooth things out

This commit is contained in:
prospect
2024-01-19 09:46:43 -05:00
parent a1f63c9ba9
commit 33cd1403c8
2 changed files with 2 additions and 2 deletions

View File

@@ -189,11 +189,11 @@ class PageTransitions {
const newContent = targetElement.innerHTML;
// Update the content container
contentContainer.innerHTML = newContent;
// Trigger removal of transition class after fetching data
setTimeout(() => {
this.removeTransitionClass(contentContainer);
}, 300);
contentContainer.innerHTML = newContent;
// Update the page title
const newTitle = parsedData.querySelector('title');

File diff suppressed because one or more lines are too long