Mitchell Austin

Results 23 comments of Mitchell Austin

Have you seen https://github.com/framer/motion/pull/781? I don't think that's made it into their docs yet.

In case anyone is still looking for a way to make formats with children, here's what I found that worked. First, use [`create`](https://github.com/WordPress/gutenberg/tree/master/packages/rich-text/#create) which accepts an object with an `html`...

Perhaps the way for Gutenberg to support something near to this concept with the least effort would be by extending the Group block to support inline layout (similar to flex...

As a workaround, the library can be imported from either JSPM or Pika. Works in jsfiddle. `import popcorn from 'https://jspm.dev/@popmotion/popcorn';` or `import * as popcorn from 'https://cdn.pika.dev/@popmotion/popcorn/^0.4.4';` The root cause...

@ortonomy, if you're referring to the `import`, yes that works [in most browsers](https://caniuse.com/#feat=es6-module). Requires the attribute `type=module` on the script tag (which jsfiddle adds automatically).

There have been no new versions of the package published. But regarding the workaround I'd previously suggested, this just worked for me on codepen: ```javascript import popcorn from 'https://jspm.dev/@popmotion/popcorn'; Object.keys(popcorn).forEach(...

@InventingWithMonster, it seems Popcorn will no longer be a separate package, but how about one last publish just to leave it with a working UMD build? I think the issue...

When installing version 9 into an existing project that's using earlier APIs this would be the expected result. The API has changed almost completely so there is no `tween` etc.

Yes, I guess they'd be considered deprecated. While those pages aren't linked to from the homepage, if they are to be kept online it probably should be made more clear...

I'd meant they're not linked from the root homepage https://popmotion.io/ but I agree about the deprecation notice. According to https://github.com/Popmotion/popmotion/issues/898#issuecomment-723894512 the intention is to add one.