ToHold

Results 26 comments of ToHold

So I just can't use nelmio corsbundle with Symfony 3.4.37 ? Am I forced to use Symfony 4 or 5 ?? Is there any old version to install?

So after reading source code, building and testing, the Camera._stop method is called after the TaskQueue.run method. And so the task.cancelled is not set to false when TaskQueue.run check if...

An easy way to fix, but I'm not sure if it's the best way, is to remove "delete this._onEaseFrame" from code and let the last _renderFrameCallback passed.

Yes I think, but in sight of keeping great perfs on the app I'm working on and avoiding any crash, I kept looking for a great fix. It's with this...

There already is a boolean named Camera._moving set the same way as my this._isEasing, it could better to use it for the check in Camera._renderFrameCallback().

I figured out that this crash also happen with NavigationControl, because it also use an easeTo : https://codepen.io/ToHold/pen/vYbmdmJ You just have to click twice on "zoom +" to make it...

I'm working on 3D Map with models, buildings etc, I use Maplibre as Map core. I want to easeTo a 40 pitch when I zoom in uppon level 15, and...

You can try out here : https://codepen.io/ToHold/pen/oNOBgyg You just have to try moving by drag drop after clicking on zoom in

@HarelM I don't like to use setTimeout, because I don't like time based logics in algorithms. That's why it would be awesome if we could talk about this fix, if...

@sbachinin it shouldn't allow multiple animation at the same time, I know that it's too complicated to handle this. _easeAnimations is just a container that should store only one animation...