Initial commit
This commit is contained in:
8
text.js
Normal file
8
text.js
Normal file
@@ -0,0 +1,8 @@
|
||||
setTimeout(() => {
|
||||
var text = document.getElementById('text');
|
||||
text.style.visibility = null;
|
||||
var circle = document.getElementById('circle');
|
||||
circle.style.visibility = 'hidden';
|
||||
var number = document.getElementById('number');
|
||||
number.style.visibility = 'hidden';
|
||||
}, 4000);
|
||||
Reference in New Issue
Block a user