smooth things out

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

View File

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

File diff suppressed because one or more lines are too long