smooth things out
This commit is contained in:
@@ -144,7 +144,6 @@ class PageTransitions {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.removeTransitionClass(contentContainer);
|
this.removeTransitionClass(contentContainer);
|
||||||
}, 300);
|
}, 300);
|
||||||
this.removeTransitionClass(contentContainer);
|
|
||||||
}).catch(error => console.error('Error fetching content:', error));
|
}).catch(error => console.error('Error fetching content:', error));
|
||||||
}
|
}
|
||||||
updateContent(data, elementId) {
|
updateContent(data, elementId) {
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user