Forum Games

Ctrl + V

Submitted by Day, , Thread ID: 7130

Thread Closed

RE: Ctrl + V

#595
$('.activate').on('click touch', function(e) {
var self = $(this);
if(!self.hasClass('loading')) {
self.addClass('loading');
setTimeout(function() {
self.addClass('done');
setTimeout(function() {
self.removeClass('loading done');
}, 1600);
}, 3200);
}
});

JS
[Image: 76561198166476726.png]

Users browsing this thread: 28 Guest(s)