start grooming the challenges

This commit is contained in:
Michael Q Larson
2014-11-02 12:24:37 -08:00
parent de29af1e8a
commit 5a2de8c47b
7 changed files with 128 additions and 124 deletions

View File

@@ -1,8 +1,7 @@
$(document).ready(function() {
$('.start-challenge').on("click", function() {
$(this).addClass('animated zoomOut');
$('.completed-challenge').removeClass('hidden-element').addClass('animated zoomIn delay-1');
$('.skip-challenge').removeClass('hidden-element').addClass('animated zoomIn delay-1');
$(this).parent().remove();
$('.challenge-content').removeClass('hidden-element').addClass('animated fadeInDown');
});
$('.completed-challenge').on("click", function() {
$('#complete-dialog').modal('show');