poster scroll 2

This commit is contained in:
feie9456 2025-07-25 15:30:58 +08:00
parent 38005d4a42
commit 9c722afe9d
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import Page1 from './pages/Page1.vue';
import assets from './assets';
import Loader from './pages/Loader.vue';
const stage = ref(1);
const stage = ref(-1);
const userData = ref({
region: '奥莱',

View File

@ -938,7 +938,8 @@ function posterSwap(e: PointerEvent) {
<AniEle :url="assets.ani.海报p2" ref="gui-ani-end-post-p2"
style="width: 50%; flex-shrink: 0; scroll-snap-align: start;" class="gui-ani-end-post"
:height="940" :width="671" :rules="[
{ name: 'p2', frame: 32, loop: 1, pauseAfter: true, duration: 33 },
{ name: 'wait', frame: 1, loop: 1, pauseAfter: true, duration: 33 },
{ name: 'p2', frame: 31, loop: 1, pauseAfter: true, duration: 33 },
]" />
</div>
</div>