Update static/js/krishna-animation.js
Browse files
static/js/krishna-animation.js
CHANGED
@@ -1,2 +1,6 @@
|
|
1 |
-
//
|
2 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
// This is a placeholder script for handling additional animation logic if needed
|
2 |
+
document.addEventListener('DOMContentLoaded', () => {
|
3 |
+
// The Lottie animation is already loaded via the lottie-player tag in templates
|
4 |
+
// Add any additional animation logic here if needed (e.g., play/pause on user interaction)
|
5 |
+
console.log('Krishna animation script loaded');
|
6 |
+
});
|