aznhassan / speedster

A auto-styling note taking application
1 stars 1 forks source link

Flashcards momentarily expose the next answer as they flip back to starting position #34

Open nighttime opened 9 years ago

nighttime commented 9 years ago

Fix will probably involve a few of these: $('.flashcard_div_back > p').hide(); and $('.flashcard_div_back > p').show();

and maybe some of jQuery's .queue(function() {}) calls after animation addClass/removeClass calls. I can't seem to get it right though...