generated from cms/tibi-docs
This commit is contained in:
parent
af8850dede
commit
8b955bdae6
@ -57,7 +57,6 @@
|
|||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
active += 1
|
active += 1
|
||||||
if (active == col.iconCycleSquare.boxes.length) active = 0
|
if (active == col.iconCycleSquare.boxes.length) active = 0
|
||||||
}, 1000)
|
}, 1250)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="iconCycleSquares">
|
<div class="iconCycleSquares">
|
||||||
|
Loading…
Reference in New Issue
Block a user