Macro expansion inside of chain.
cmoore opened this issue · 1 comments
cmoore commented
There seems to either be an issue with macro expansion inside of chain, or I missed something big in the manual.
(chain (delay 800)
(@ ($ "#connection") fade-out 1000))
"delay(800).at($('#connection'), fadeOut, 1000);"
cmoore commented
I'm sometimes quite intelligent.
But not this time.