Grant Skinner
Grant Skinner
Thanks for letting us know. @wdamien - can you fix this when you have a moment?
Hmm. This seems to have been some kind of glitch - we're looking into it, but the SSL certificate shouldn't expire until October, and it's returning as valid at least...
Thanks for the feedback @bdlindsay. To answer your question: Yes, onInit was renamed onPlay because that's actually when it was firing. I had added an onInit as well, but never...
Totally, I'm always just a little hesitant to add params that are basically just a shortcut to another param. Not a huge issue though.
The `Animate.delay` is not part of the animation, it is a delay before the animation begins playing (ie. `AnimationController.forward()` is called), and your ability to control the animation is via...
For reference: https://regexr.com/61jrr It looks like our parser isn't handling branch reset groups `(?|...)` correctly - it's resetting on each group, instead of on a `|`.
v3.0 has a styling model that might make this easy. It likely won't be supported in v3.0, but I'm leaving the door open to support it in the not too...
I haven't seen that one before. What browser is this in? Do you have any extensions that could be causing it? Sent from my mobile, please excuse typos & brevity....
I don't think there have been any updates to the live site in the last few months (we've been working on a new version). Perhaps a browser update caused it?...
Targeting v3.1 for the dark theme.