-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
810 lines (698 loc) · 32.8 KB
/
index.html
File metadata and controls
810 lines (698 loc) · 32.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="Wan-Animate">
<meta property="og:title" content="Wan-Animate"/>
<meta property="og:description"
content="Wan-Animate: Unified Character Animation and Replacement with Holistic Replication"/>
<meta property="og:url" content="URL OF THE WEBSITE"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/video_t1.png"/>
<meta property="og:image:width" content="2412"/>
<meta property="og:image:height" content="1394"/>
<meta name="twitter:title" content="Wan-Animate">
<meta name="twitter:description"
content="Wan-Animate: Unified Character Animation and Replacement with Holistic Replication">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/video_t1.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="Image-to-Video">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wan-Animate</title>
<link rel="icon" type="image/x-icon" href="static/images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="static/css/bulma-slider.min.css">
<link rel="stylesheet" href="static/css/fontawesome.all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="static/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script defer src="static/js/fontawesome.all.min.js"></script>
<script src="static/js/bulma-carousel.min.js"></script>
<script src="static/js/bulma-slider.min.js"></script>
<script src="static/js/index.js"></script>
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
<a class="navbar-item" href=https://github.com/HumanAIGC>
<span class="icon">
<i class="fas fa-home"></i>
</span>
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
More Research
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://humanaigc.github.io/wan-s2v-webpage/">
Wan-S2V
</a>
<a class="navbar-item" href="https://humanaigc.github.io/animate-anyone-2/">
AnimateAnyone 2
</a>
<a class="navbar-item" href="https://humanaigc.github.io/emote-portrait-alive-2/">
EMO 2
</a>
<a class="navbar-item" href="https://humanaigc.github.io/SwapAnyHead/">
SwapAnyHead
</a>
<a class="navbar-item" href="https://humanaigc.github.io/chat-anyone/">
ChatAnyone
</a>
<a class="navbar-item" href="https://humanaigc.github.io/omnitalker/">
OmniTalker
</a>
<a class="navbar-item" href="https://humanaigc.github.io/emote-portrait-alive/">
EMO
</a>
<a class="navbar-item" href="https://humanaigc.github.io/animate-anyone/">
AnimateAnyone
</a>
<a class="navbar-item" href="https://humanaigc.github.io/outfit-anyone/">
OutfitAnyone
</a>
<a class="navbar-item" href="https://github.com/HumanAIGC/MaTe3D/">
MaTe3D
</a>
<a class="navbar-item" href="https://humanaigc.github.io/vivid-talk/">
VividTalk
</a>
<a class="navbar-item" href="https://tomguluson92.github.io/projects/cloth2tex/">
Cloth2Tex
</a>
</div>
</div>
</div>
</div>
</nav>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title scroll-animate">Wan-Animate: Unified Character Animation and Replacement with Holistic Replication</h1>
<div class="is-size-5 publication-authors scroll-animate">
<span class="author-block">Tongyi Lab, Alibaba</span>
</div>
<div class="column has-text-centered">
<div class="publication-links scroll-animate">
<span class="link-block">
<a href="https://arxiv.org/abs/2509.14055" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>Paper</span>
</a>
</span>
<span class="link-block">
<a href="https://github.com/Wan-Video/Wan2.2" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>GitHub</span>
</a>
</span>
<span class="link-block">
<a href="https://huggingface.co/Wan-AI/Wan2.2-Animate-14B" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
🤗
</span>
<span>HF Model</span>
</a>
</span>
<span class="link-block">
<a href="https://www.modelscope.cn/models/Wan-AI/Wan2.2-Animate-14B" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
🤖
</span>
<span>MS Model</span>
</a>
</span>
</div>
<div class="publication-links scroll-animate">
<span class="link-block">
<a href="https://huggingface.co/spaces/Wan-AI/Wan2.2-Animate" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
🤗
</span>
<span>HF Space</span>
</a>
</span>
<span class="link-block">
<a href="https://www.modelscope.cn/studios/Wan-AI/Wan2.2-Animate" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
🤖
</span>
<span>MS Studio</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Teaser video-->
<section class="section">
<div class="container is-max-desktop">
<div class="columns is-multiline is-centered">
<div class="column" style="display: flex; flex-direction: column; align-items: center;">
<video class="video-player" poster="" id="tree2" controls style="width: 60%; height: auto;">
<source src="content/aa/角色合集_带原型.mp4" type="video/mp4">
</video>
<p class="caption" style="width: 60%; text-align: center;">
Wan-Animate can animate any character based on a performer's video, precisely replicating the performer's facial expressions and movements to generate highly realistic character videos.
</p>
</div>
</div>
<div class="columns is-multiline is-centered">
<div class="column">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep_shots.mp4" type="video/mp4">
</video>
<p class="caption">
Wan-Animate can replace characters in a video with animated characters, preserving their expressions and movements while also replicating the original lighting and color tone for seamless environmental integration."
</p>
</div>
</div>
</div>
</section>
<!-- End teaser video -->
<!-- Paper abstract -->
<section class="section hero is-light">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p style="font-size: 1.2em;">
We introduce Wan-Animate, a unified framework for character animation and replacement. Given a character image and a reference video, Wan-Animate can animate the character by precisely replicating the expressions and movements of the character in the video to generate high-fidelity character videos. Alternatively, it can integrate the animated character into the reference video to replace the original character, replicating the scene's lighting and color tone to achieve seamless environmental integration. Wan-Animate is built upon the Wan model. To adapt it for character animation tasks, we employ a modified input paradigm to differentiate between reference conditions and regions for generation. This design unifies multiple tasks into a common symbolic representation. We use spatially-aligned skeleton signals to replicate body motion and implicit facial features extracted from source images to reenact expressions, enabling the generation of character videos with high controllability and expressiveness. Furthermore, to enhance environmental integration during character replacement, we develop an auxiliary Relighting LoRA. This module preserves the character's appearance consistency while applying the appropriate environmental lighting and color tone. Experimental results demonstrate that Wan-Animate achieves state-of-the-art performance. We are committed to open-sourcing the model weights and its source code.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Method -->
<section class="hero is-small">
<div class="hero-body">
<div class="container is-max-desktop">
<h2 class="title is-2">Method</h2>
<div style="display: flex; justify-content: center; align-items: center;">
<img src="content/aa/arch.png" alt="MY ALT TEXT" style="width: 70%; height: 70%;"/>
</div>
<div class="item">
<h2 class="content has-text-justified">
<p style="font-size: 1.2em;">
Overview of Wan-Animate, which is built upon Wan-I2V. We modify its input formulation to unify reference image input, temporal frame guidance, and environmental information (for dual-mode compatibility) under a common symbolic representation. For body motion control, we use skeleton signals that are merged via spatial alignment. For facial expression control, we leverage implicit features extracted from face images as the driving signal. Additionally, for character replacement, we train an auxiliary Relighting LoRA to enhance the character's integration with the new environment.
</p>
</h2>
</div>
</section>
<!-- End Method -->
<style>
.gifImage:hover {
opacity: 0.8;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
transform: scale(1.1);
}
.paused {
animation-play-state: paused;
}
</style>
<head>
<title>place gif</title>
<style>
.gif-container {
display: flex;
}
.gif {
width: 660px; /* 设置 GIF 的宽度 */
height: 400px; /* 设置 GIF 的高度 */
}
</style>
</head>
<section class="hero is-small is-light">
<div class="hero-body">
<div class="container">
<h2 class="title is-3">Results Gallery</h2>
<br></br>
<!-- <h3 class="title is-3">Singing</h3>-->
<h2 class="content has-text-justified">
<p style="font-size: 1.4em;"></p>
</h2>
<style>
.video-item {
display: flex;
justify-content: center;
align-items: center;
}
.video-item column {
width: 48%; /* 各占一半,留下一些间隔 */
object-fit: cover; /* 保持图片纵横比 */
margin: 0 10px;
}
.item-gif-container {
width: 48%; /* 占据父元素的80%宽度 */
margin: auto; /* 水平方向上创建相同的空白 */
}
</style>
<style>
.video-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
/*margin: 0 10px;*/
width: 100%;
}
.description {
font-size: 1.2em;
text-align: justify;
}
.content-description {
margin-top: 10px; /* Add some space above the description */
}
</style>
<style>
.caption {
margin-top: 8px; /* Space between the video and its caption */
}
</style>
<div style="display: flex; justify-content: center;align-items: center; height: 80px;">
<h3 class="title is-4"> Expressive Human Animation</h3>
</div>
<div class="content has-text-justified">
<!-- <p style="font-size: 1.2em;">
Our method can ensure the consistency of ID while generating long videos, and maintain the motion during the duration of videos.
</p> -->
</div>
<div class="video-item">
<div class="columns is-multiline is-centered">
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res921.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res10.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res1311.mp4" type="video/mp4">
</video>
</p>
</div>
</div>
</div>
<div class="video-item">
<div class="columns is-multiline is-centered">
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res8.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res12.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res122.mp4" type="video/mp4">
</video>
</p>
</div>
</div>
</div>
<!-- Different garments -->
<div style="display: flex; justify-content: center;align-items: center; height: 80px;">
<h3 class="title is-4"> Generalizable Arbitrary Character Animation</h3>
</div>
<div class="content has-text-justified">
</div>
<div class="video-item">
<div class="columns is-multiline is-centered">
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res5.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res4.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res7.mp4" type="video/mp4">
</video>
</p>
</div>
</div>
</div>
<div class="video-item">
<div class="columns is-multiline is-centered">
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res11.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res3.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/res2.mp4" type="video/mp4">
</video>
</p>
</div>
</div>
</div>
</style> -->
<div style="display: flex; justify-content: center;align-items: center; height: 80px;">
<h3 class="title is-4"> Dynamic Motion and Camera</h3>
</div>
<div class="columns is-multiline is-centered">
<div class="column is-one-sixth">
<video class="video-player" poster="" id="tree1" controls>
<source src="content/aa/act/resfull1.mp4" type="video/mp4">
</video>
</div>
<div class="column is-one-sixth">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/resfull3.mp4" type="video/mp4">
</video>
</div>
<div class="column is-one-sixth">
<video class="video-player" poster="" id="tree3" controls>
<source src="content/aa/act/resfull6.mp4" type="video/mp4">
</video>
</div>
<div class="column is-one-sixth">
<video class="video-player" poster="" id="tree1" controls>
<source src="content/aa/act/tryon4.mp4" type="video/mp4">
</video>
</div>
<div class="column is-one-sixth">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/act/tryon5.mp4" type="video/mp4">
</video>
</div>
<div class="column is-one-sixth">
<video class="video-player" poster="" id="tree3" controls>
<source src="content/aa/act/tryon6.mp4" type="video/mp4">
</video>
</div>
</div>
<div style="display: flex; justify-content: center;align-items: center; height: 80px;">
<h3 class="title is-4"> Character Replacement with Seamless Environmental Integration</h3>
</div>
<div class="content has-text-justified">
</div>
<div class="video-item">
<div class="columns is-multiline is-centered">
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep/rep11.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep/rep4.mp4" type="video/mp4">
</video>
</p>
</div>
</div>
</div>
<div class="video-item">
<div class="columns is-multiline is-centered">
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep/rep8.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep/rep5.mp4" type="video/mp4">
</video>
</p>
</div>
</div>
</div>
<div class="video-item">
<div class="columns is-multiline is-centered">
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep/rep7.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep/rep6.mp4" type="video/mp4">
</video>
</p>
</div>
</div>
</div>
<div style="display: flex; justify-content: center;align-items: center; height: 80px;">
<h3 class="title is-4"> Consistent Lighting and Color Tone Replication</h3>
</div>
<div class="video-item">
<div class="columns is-multiline is-centered">
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep/rep2.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep/rep1.mp4" type="video/mp4">
</video>
</p>
</div>
<div class="column is-one-thir">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/rep/rep12.mp4" type="video/mp4">
</video>
</p>
</div>
</div>
</div>
<div style="display: flex; justify-content: center;align-items: center; height: 80px;">
<h3 class="title is-4"> Qualitative Comparisons</h3>
</div>
<div class="columns is-multiline is-centered">
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/com/comp1.mp4" type="video/mp4">
</video>
</div>
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/com/comp4.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="columns is-multiline is-centered">
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/com/comp2.mp4" type="video/mp4">
</video>
</div>
<div class="column is-half">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/com/comp3.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="columns is-multiline is-centered">
<div class="column">
<video class="video-player" poster="" id="tree2" controls>
<source src="content/aa/com/comp5.mp4" type="video/mp4">
</video>
</div>
</div>
<br></br>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
<div class="content" style="text-align: center;">
<p>
This project is intended solely for academic research and effect demonstration.
</p>
<p>
This page was built using the <a
href="https://github.com/eliahuhorwitz/Academic-project-page-template"
target="_blank">Template</a> which was adopted from the <a href="https://nerfies.github.io"
target="_blank">Nerfies</a> project
page.
</p>
</div>
</div>
</div>
</div>
</footer>
<script src="static/js/script.js"></script>
<script>
// 获取所有视频元素
var videos = document.querySelectorAll('video');
// 为每个视频添加播放事件监听器
videos.forEach(function (video) {
video.addEventListener('play', function () {
// 当任何一个视频开始播放时,暂停其他所有视频
videos.forEach(function (otherVideo) {
if (otherVideo !== video) {
otherVideo.pause();
}
});
}, false);
});
</script>
<script>
new BeforeAfter({
id: '#example1'
});
new BeforeAfter({
id: '#example2'
});
new BeforeAfter({
id: '#example3'
});
new BeforeAfter({
id: '#example4'
});
new BeforeAfter({
id: '#example6'
});
new BeforeAfter({
id: '#example7'
});
</script>
<script>
var gifImage = document.getElementById('gifImage');
var isPaused = false;
gifImage.addEventListener('mouseenter', function () {
gifImage.src = gifImage.src;
isPaused = true;
});
gifImage.addEventListener('mouseleave', function () {
if (isPaused) {
gifImage.src = gifImage.src;
isPaused = false;
}
});
</script>
<script>
bulmaCarousel.attach('#results-carousel11', {
slidesToScroll: 1,
slidesToShow: 2,
infinite: true,
autoplay: false,
});
bulmaCarousel.attach('#results-carousel22', {
slidesToScroll: 1,
slidesToShow: 1,
infinite: true,
autoplay: false,
});
bulmaCarousel.attach('#results-carousel44', {
slidesToScroll: 1,
slidesToShow: 2,
infinite: false,
autoplay: false,
});
</script>
<script>
document.getElementById('gifImage3').src = 'content/gifs/Item.gif';
document.getElementById('gifImage1').src = 'content/gifs/s1.gif';
document.getElementById('gifImage2').src = 'content/gifs/s2.gif';
// 图片资源路径
const images = [
'content/teaser/t3.gif',
'content/teaser/t4.gif',
'content/teaser/t1.gif',
'content/teaser/t2.gif'
];
// 获取要插入图片的div
const group1 = document.getElementById('group1');
const group2 = document.getElementById('group2');
// 创建并插入前两张图片
for (let i = 0; i < 2; i++) {
const img = document.createElement('img');
img.src = images[i];
img.loading = 'lazy';
img.alt = '图片' + (i + 1);
group1.appendChild(img);
}
// 创建并插入后两张图片
for (let i = 2; i < images.length; i++) {
const img = document.createElement('img');
img.src = images[i];
img.loading = 'lazy';
img.alt = '图片' + (i + 1);
group2.appendChild(img);
}
</script>
<!-- Default Statcounter code for wan-animate
https://humanaigc.github.io/wan-animate -->
<script type="text/javascript">
var sc_project=13167665;
var sc_invisible=1;
var sc_security="001465d9";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img
class="statcounter"
src="https://c.statcounter.com/13167665/0/001465d9/1/"
alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>