Skip to content

Instantly share code, notes, and snippets.

View wibawasuyadnya's full-sized avatar
🌱
Planting

Suyadnya wibawasuyadnya

🌱
Planting
  • PT Barrington Charles Rose Ltd
  • Bali, Indonesia
  • Instagram thtnerdkidz
View GitHub Profile
var seat = 43;
document.getElementById('countdown').innerHTML = seat;
const myInterval = setInterval(decre, 15000);
function showChange(){
seat = seat - 2
document.getElementById('countdown').innerHTML = seat;
}
function decre(){
const element = document.querySelector('.bottomMenu');
const styleJs = {
display: 'none',
position: 'fixed',
opacity: '0.95',
left: '0',
bottom: '0',
width: '100%',
height: '120px',
zIndex: '1'
/*
src: "https://codepen.io/zazizuw/pen/WNQNrpr/"
this is only simplification from many animation heading style
*/
jQuery(document).ready(function($){
//set animation timing
var animationDelay = 6000;