Ulrich-Matthias Schäfer

Results 579 comments of Ulrich-Matthias Schäfer

you might want to just `queue()` a function which triggers the event. Like: ```js el.animate().queue(function () { // trigger event this.unqueue() }) ```

Your code should work as is. You can take a look at the transpired source to see what's going wrong. For your second question: it doesn't matter. You could also...

That would lead to weird behavior. You would zoom in and all of a sudden the zoom doesn't work anymore because you happen to hover text on accident. If you...

I think for that to work you could actually just go ahead and stop propagation for all text elements. It could be worth to add this as an option. In...

you would use the viewbox function for that purpose. e.f. if you want to center a point, you get your current viewbox, get its center, substract it from the point...

Feel free to create a PR to contribute this method. Unfortunately I cannot do open source full time and I am also not quite sure if a method is neccessary....

If you are able to use this library you are also able to create a PR

I wouldnt use a private method since its only a few lines long. Just inline it :)

The typings are wrong. Feel free to fix and create PR. You can even do that directly on github without even forking and cloning. Just edit the file directly in...

What setup do you use? Which bundle? Do you use a bundler? Which one?