smooth things out

This commit is contained in:
prospect
2024-01-19 08:20:37 -05:00
parent 005974ceb3
commit 101fe8898f
2 changed files with 1 additions and 2 deletions

View File

@@ -144,7 +144,6 @@ class PageTransitions {
setTimeout(() => {
this.removeTransitionClass(contentContainer);
}, 300);
this.removeTransitionClass(contentContainer);
}).catch(error => console.error('Error fetching content:', error));
}
updateContent(data, elementId) {

File diff suppressed because one or more lines are too long