ayush2917 commited on
Commit
05d7316
·
verified ·
1 Parent(s): ee2e5e0

Update static/js/krishna-animation.js

Browse files
Files changed (1) hide show
  1. static/js/krishna-animation.js +6 -2
static/js/krishna-animation.js CHANGED
@@ -1,2 +1,6 @@
1
- // Placeholder for additional animation logic
2
- console.log('Krishna animation loaded!');
 
 
 
 
 
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
+ });