vsedach/Parenscript

Macro expansion inside of chain.

cmoore opened this issue · 1 comments

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);"

I'm sometimes quite intelligent.

But not this time.