tangled
alpha
login
or
join now
gm112.bsky.social
/
org.neocities.gm112
0
fork
atom
Code for https://gm112.neocities.org/
gm112.neocities.org/
0
fork
atom
overview
issues
4
pulls
pipelines
chore: remove unused animation
gm112.bsky.social
4 weeks ago
2c1c2c71
2da17d86
1/1
deploy.yaml
success
4w ago
-12
1 changed file
expand all
collapse all
unified
split
app
pages
list.vue
-12
app/pages/list.vue
···
51
51
</u-container>
52
52
</template>
53
53
54
54
-
<style scoped>
55
55
-
@keyframes mist-drift {
56
56
-
0%,
57
57
-
100% {
58
58
-
transform: translate(0, 0);
59
59
-
}
60
60
-
50% {
61
61
-
transform: translate(12px, -8px);
62
62
-
}
63
63
-
}
64
64
-
</style>
65
65
-
66
54
<script lang="tsx" setup>
67
55
const temporal = (globalThis.Temporal ? globalThis : await import('@js-temporal/polyfill')).Temporal
68
56
const { locale, t } = useI18n({ useScope: 'local' })