mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	update to five second interval
This commit is contained in:
		@@ -29,7 +29,7 @@ let index = ref(Math.floor(Math.random() * taglines.length));
 | 
				
			|||||||
onMounted(() => {
 | 
					onMounted(() => {
 | 
				
			||||||
  setInterval(() => {
 | 
					  setInterval(() => {
 | 
				
			||||||
    index.value = (index.value + 1) % taglines.length;
 | 
					    index.value = (index.value + 1) % taglines.length;
 | 
				
			||||||
  }, 40_000);
 | 
					  }, 5_000);
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user