You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial stab at #22, with some problems left to resolve:
* If the template isn't contained in an element, text nodes get dropped (due to .children())
* If we use .contents() instead of .children() the animator ends up calling $window.getComputedStyle on text nodes which throws.
0 commit comments