Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Using pause and after stack in the same event flow causes weird barfness #226

Closed bob2517 closed 2 years ago

bob2517 commented 2 years ago

As described. Workaround: If anyone does run into this, separate these out into custom events and trigger in the original event flow where necessary. This creates fresh event flows and the problem goes away. It's annoying, but will work as a temporary fix.

Will sort this one out next weekend.

bob2517 commented 2 years ago

Tracked down and fixed. Will commit in a mo.

bob2517 commented 2 years ago

Now on branch.