ironjr commited on
Commit
5481b3e
1 Parent(s): 9f49669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1097,9 +1097,11 @@ async () => {{
1097
  gradioEl.querySelector('#progress-time-fill').style['animation-duration'] = 1000000 + 's';
1098
  gradioEl.querySelector('#progress-time-fill').style['-webkit-animation-name'] = 'idle-fill';
1099
  gradioEl.querySelector('#progress-time-fill').style['animation-name'] = 'idle-fill';
 
1100
  gradioEl.querySelector('#death-group').style['animation-duration'] = 1000000 + 's';
1101
  gradioEl.querySelector('#death-group').style['-webkit-animation-name'] = 'idle';
1102
  gradioEl.querySelector('#death-group').style['animation-name'] = 'idle';
 
1103
  gradioEl.querySelector('#red-flame').style['-webkit-animation-name'] = 'idle-flames';
1104
  gradioEl.querySelector('#red-flame').style['animation-name'] = 'idle-flames';
1105
  gradioEl.querySelector('#yellow-flame').style['-webkit-animation-name'] = 'idle-flames';
@@ -1116,9 +1118,11 @@ async () => {{
1116
  gradioEl.querySelector('#progress-time-fill').style['animation-duration'] = 1000000 + 's';
1117
  gradioEl.querySelector('#progress-time-fill').style['-webkit-animation-name'] = 'finished-fill';
1118
  gradioEl.querySelector('#progress-time-fill').style['animation-name'] = 'finished-fill';
 
1119
  gradioEl.querySelector('#death-group').style['animation-duration'] = 1000000 + 's';
1120
  gradioEl.querySelector('#death-group').style['-webkit-animation-name'] = 'finished';
1121
  gradioEl.querySelector('#death-group').style['animation-name'] = 'finished';
 
1122
  gradioEl.querySelector('#red-flame').style['-webkit-animation-name'] = 'finished-flames';
1123
  gradioEl.querySelector('#red-flame').style['animation-name'] = 'finished-flames';
1124
  gradioEl.querySelector('#yellow-flame').style['-webkit-animation-name'] = 'finished-flames';
@@ -1132,9 +1136,11 @@ async () => {{
1132
  gradioEl.querySelector('#progress-time-fill').style['animation-duration'] = animationTime + 's';
1133
  gradioEl.querySelector('#progress-time-fill').style['-webkit-animation-name'] = 'progress-fill';
1134
  gradioEl.querySelector('#progress-time-fill').style['animation-name'] = 'progress-fill';
 
1135
  gradioEl.querySelector('#death-group').style['animation-duration'] = animationTime + 's';
1136
  gradioEl.querySelector('#death-group').style['-webkit-animation-name'] = 'walk';
1137
- gradioEl.querySelector('#death-group').style['animation-name'] = 'show-flames';
 
1138
  gradioEl.querySelector('#red-flame').style['-webkit-animation-name'] = 'show-flames';
1139
  gradioEl.querySelector('#red-flame').style['animation-name'] = 'show-flames';
1140
  gradioEl.querySelector('#yellow-flame').style['-webkit-animation-name'] = 'show-flames';
 
1097
  gradioEl.querySelector('#progress-time-fill').style['animation-duration'] = 1000000 + 's';
1098
  gradioEl.querySelector('#progress-time-fill').style['-webkit-animation-name'] = 'idle-fill';
1099
  gradioEl.querySelector('#progress-time-fill').style['animation-name'] = 'idle-fill';
1100
+
1101
  gradioEl.querySelector('#death-group').style['animation-duration'] = 1000000 + 's';
1102
  gradioEl.querySelector('#death-group').style['-webkit-animation-name'] = 'idle';
1103
  gradioEl.querySelector('#death-group').style['animation-name'] = 'idle';
1104
+
1105
  gradioEl.querySelector('#red-flame').style['-webkit-animation-name'] = 'idle-flames';
1106
  gradioEl.querySelector('#red-flame').style['animation-name'] = 'idle-flames';
1107
  gradioEl.querySelector('#yellow-flame').style['-webkit-animation-name'] = 'idle-flames';
 
1118
  gradioEl.querySelector('#progress-time-fill').style['animation-duration'] = 1000000 + 's';
1119
  gradioEl.querySelector('#progress-time-fill').style['-webkit-animation-name'] = 'finished-fill';
1120
  gradioEl.querySelector('#progress-time-fill').style['animation-name'] = 'finished-fill';
1121
+
1122
  gradioEl.querySelector('#death-group').style['animation-duration'] = 1000000 + 's';
1123
  gradioEl.querySelector('#death-group').style['-webkit-animation-name'] = 'finished';
1124
  gradioEl.querySelector('#death-group').style['animation-name'] = 'finished';
1125
+
1126
  gradioEl.querySelector('#red-flame').style['-webkit-animation-name'] = 'finished-flames';
1127
  gradioEl.querySelector('#red-flame').style['animation-name'] = 'finished-flames';
1128
  gradioEl.querySelector('#yellow-flame').style['-webkit-animation-name'] = 'finished-flames';
 
1136
  gradioEl.querySelector('#progress-time-fill').style['animation-duration'] = animationTime + 's';
1137
  gradioEl.querySelector('#progress-time-fill').style['-webkit-animation-name'] = 'progress-fill';
1138
  gradioEl.querySelector('#progress-time-fill').style['animation-name'] = 'progress-fill';
1139
+
1140
  gradioEl.querySelector('#death-group').style['animation-duration'] = animationTime + 's';
1141
  gradioEl.querySelector('#death-group').style['-webkit-animation-name'] = 'walk';
1142
+ gradioEl.querySelector('#death-group').style['animation-name'] = 'walk';
1143
+
1144
  gradioEl.querySelector('#red-flame').style['-webkit-animation-name'] = 'show-flames';
1145
  gradioEl.querySelector('#red-flame').style['animation-name'] = 'show-flames';
1146
  gradioEl.querySelector('#yellow-flame').style['-webkit-animation-name'] = 'show-flames';