smooth things out
This commit is contained in:
@@ -192,10 +192,10 @@ class PageTransitions {
|
|||||||
const newContent = targetElement.innerHTML;
|
const newContent = targetElement.innerHTML;
|
||||||
|
|
||||||
// Update the content container
|
// Update the content container
|
||||||
|
contentContainer.innerHTML = newContent;
|
||||||
// Trigger removal of transition class after fetching data
|
// Trigger removal of transition class after fetching data
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.removeTransitionClass(contentContainer);
|
this.removeTransitionClass(contentContainer);
|
||||||
contentContainer.innerHTML = newContent;
|
|
||||||
}, 300);
|
}, 300);
|
||||||
|
|
||||||
// Update the page title
|
// Update the page title
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user