We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deed729 commit 2e944dbCopy full SHA for 2e944db
1 file changed
as2/index.md
@@ -26,7 +26,7 @@ image: "/assets/img/og-image-as2.png"
26
// '/assets/img/as2/5.jpg',
27
'/assets/img/as2/6.jpg',
28
'/assets/img/as2/10.jpg',
29
- '/assets/img/as2/7.jpg',
+ // '/assets/img/as2/7.jpg',
30
// '/assets/img/as2/8.jpg'
31
]
32
@@ -35,6 +35,6 @@ image: "/assets/img/og-image-as2.png"
35
setInterval(() => {
36
index = (index + 1) % frames.length
37
img.src = frames[index]
38
- }, 100) // 1000 ms = 1 second
+ }, 250) // 1000 ms = 1 second
39
})
40
</script>
0 commit comments