Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript CSS transitions don't work on newly appended elements. Reply To: CSS transitions don't work on newly appended elements.

#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).