kraftwer1

Results 10 issues of kraftwer1

**Describe the bug** I'm using `animationDuration: 0` a lot to disable animations for initial rendering or e2e testing. However, I noticed that the `complete()` is always called, while `begin()` isn't....

**Current behavior** I enjoy using `anime.set()` because it allows to set multiple properties at once and makes it possible to set numbers instead of strings like `myValue + "px"`. But...

enhancement
documentation

**Current behavior:** Stencils `componentOnReady()` is fired right after `componentDidLoad()`. It allows the consumers to orchestrate their page loading behavior and react when the component is *really* ready. However, as of...

Feature: Want this? Upvote it!

According to #228 it should be possible to use `import` statements via Esprima 2.x in the current master. Unfortunately, I still got the above error when running: ``` javascript var...

``` var obj = { qwer: "somestring", asdf: "someotherstring", dasfkej: function function_name(argument) { // body... }, askdfj: function jfaksdjf(argument) { // body... } }; ``` Would change to: ``` var...

type: enhancement
language: javascript

According to the examples, `createProviderConsumer()` is created statically in a file, e.g. `data-tunnel.tsx`. This basically means tunnels are created on class level rather than on instance level. While this is...

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Resolution: Refine

When visiting the http://heartcode.robertpataki.com/canvasloader/ website with IE8, following error appears: ``` Line: 10, character 361 Error: Failed ``` According to the debugger, the problem lays here: ``` if(b.hasChildNodes()) ```

IE

This gives a warning, because `tabindex` is a reserved name: `@Prop() tabindex: string = "0"; // [ WARN ] reserved public name` ...this, however, works fine: `@Prop() name: string =...

Resolution: Needs Investigation

**I'm submitting a:** [x] feature request **Stencil version:** ``` @stencil/[email protected] ``` It would be useful to know **what** property has triggered a lifecycle update. Right now, it's impossible to react...

Feature: Want this? Upvote it!