Hey babe,
Sorry it took me so long to tell you this , I really didnt know how to go about telling you this so i decided to let code speak for me 🙂
I’d love you to be the Rails to my Ruby & the Css to my Html
I will be there with you through Gradle errors and extremely stubborn bugs.
I love you.
You could reply by making an android app or calling me on 08095450568. lol
HANX0LO
Hello Lebelle
(function() { function $(id) { return document.getElementById(id); }
var card = $('card'), openB = $('open'), closeB = $('close'), timer = null; console.log('wat', card); openB.addEventListener('click', function () { card.setAttribute('class', 'open-half'); if (timer) clearTimeout(timer); timer = setTimeout(function () { card.setAttribute('class', 'open-fully'); timer = null; }, 1000); });
closeB.addEventListener('click', function () { card.setAttribute('class', 'close-half'); if (timer) clearTimerout(timer); timer = setTimeout(function () { card.setAttribute('class', ''); timer = null; }, 1000); });
}());