Home › Forums › JavaScript › Animate removal of class › Reply To: Animate removal of class
September 26, 2014 at 3:18 am
#184773
Member
Obviously you can’t animate a class toggle…it’s a binary state thing.
Rather than adding a new class to an existing one, perhaps try removing the original class and adding a different one.
If you do the transitions right on each class I think that might be an option…but I confess I’m still struggling to wrap my head around what you are trying to do.