Marco Jakob

Results 31 comments of Marco Jakob

I have a more complex set up: 1. Create an `AnimationGroup`. 2. Add some animations including the `FlipBook` to the `AnimationGroup`. 3. Add the `AnimationGroup` to the juggler. After a...

I just realized that I'm probably using `FlipBook` in a wrong way. I was removing the Sprite on animation start and replacing it with the flipbook. At the end of...

I've kept the complicated setup for now because it wasn't as easy as I thought with using the flipbook only. I realized that I need many different flipbook animations: for...

No problem, I've been on vacation myself last week :-) And right before I left I wrote down my thoughts. Don't feel obligated to change all that - it's really...

I guess the question is how to get information about the build status from Netlify. A very basic mechanism would be something like the [deploy status badges](https://www.netlify.com/docs/continuous-deployment/#status-badges). ![export for blog@2x](https://user-images.githubusercontent.com/2089493/57484556-9cf74100-72a9-11e9-9981-d7da26507ae8.png)

Stackbit just released a Netlify status. Could serve as inspiration: https://www.stackbit.com/control-center/ ![unnamed](https://user-images.githubusercontent.com/2089493/68237998-93f0ed80-0008-11ea-905e-40c920cee602.gif)

Thanks. Interesting approach. Using Hugo's image processing will be much more straight forward once NetlifyCMS allows images to be stored relative to content. See https://github.com/netlify/netlify-cms/issues/1472 Then we won't need the...

At the moment this use case is not handled very nice. You could try to create a new draggable for each new element but I'm not sure if that will...

Hi @dam0vm3nt. Great! Awesome that you can use it and made a port. I couldn't find the source code - you're still linking to the original [dnd](https://github.com/marcojakob/dart-dnd/) source code in...

Nice. Keep us posted how the experiment continues.