**** BEGIN LOGGING AT Fri Dec 19 02:59:59 2014 Dec 19 07:23:04 hey Roy__ apparently i won't be able to try out that app packaging thing until i get back home -- the tools to build only work on win8.1 Dec 19 07:23:55 on the bright side, though, i managed to fix all my panel problems, mostly by re-copying what was in the sampler. :-S Dec 19 07:24:27 and i fixed the minification problem by telling it to actually include my css files when minifying. Dec 19 19:00:54 hey dmanderson, what's your experience w/ css animation? Dec 19 19:01:25 Depends what you are trying to do :) Dec 19 19:01:36 I’m trying to get Blake into this IRC chat, he is our CSSpert Dec 19 19:01:54 our CSS guy is trying to draw concentric circles on a staggered delay Dec 19 19:02:04 and have them undraw Dec 19 19:02:09 using alternate Dec 19 19:02:43 but the browser waits for all of the animations to complete the forward duration Dec 19 19:02:51 before starting any of the reverse durations Dec 19 19:03:31 CSS only, not using any JS events to apply and remove classes? Dec 19 19:03:36 yup Dec 19 19:04:07 btw, the browser waiting is a circumstance that we *don't* want happening Dec 19 19:05:59 [11:04 AM] Blake Stephens: well, your first option would be `animation-delay` for each circle Dec 19 19:06:14 we're using animation-delay Dec 19 19:06:17 that delays the start Dec 19 19:06:43 then the return journey for the first circle doesn't start until the last circle completes it's forward path Dec 19 19:06:59 ^ that is what we don't want Dec 19 19:07:14 delaying the start works fine, but the iterations are syncing together Dec 19 19:07:28 for reasons that I can't seem to find explained anywhere Dec 19 19:10:23 I’ll bug blake to get on ehre :) Dec 19 19:43:54 we figured it out, I think Dec 19 19:44:09 it seems like the circle was being drawn w/ longer strokes than we thought Dec 19 19:44:24 which was causing an unperceived delay **** ENDING LOGGING AT Sat Dec 20 02:59:59 2014