Home › Forums › JavaScript › CSS transitions don't work on newly appended elements. › Reply To: CSS transitions don't work on newly appended elements.
August 5, 2014 at 1:05 pm
#177800
Participant
If you’re only using it once, yeah, no way.
What I realized recently, though, is that how/where I create an anon function (i.e., a closure) has less to do with how/where or how many times I want to use it, and more to do with how I want it to be scoped (i.e., which vars I want it to close around).