kraftwer1

Results 8 comments of kraftwer1

Hey, this sounds cool. Any reasons against the merge (apart from the unresolved conflict)?

Great! Thanks, I'll try it out.

IMHO, `anime.set()` should become the replacement for using `element.style = …` because: 1. it allows to set multiple properties at once (as opposed to writing `element.style = …` numerous times)...

There you go, sorry for the formatting.

Will this be possible? // preload.js prefetchComponent("my-loading-spinner"); // also loads child components (recursively) // app.js render() { ; // immediate render: no flickers, no glitches, ... }

@splitinfinities do you know the status of this PR? I think preloading individual components *during runtime* is an important **feature** by Stencil for many of us devs. The comments above...

@heartcode thanks. I have the same issue with spin.js, that makes me think it might have something to do with VML.

Hmmm that does not really answer my questions: 1. what is the strategy behind this list? is it to warn about *any* native DOM attributes with the same name -...