Lukasz Guminski

Results 9 comments of Lukasz Guminski

Hello @trusktr , thank you for your feedback! I am pretty sure it worked before., and indeed, after checking, `17.3.0` works fine (in my project I was using `17.2.0`). Please...

thanks @trusktr ! Tomorrow I will submit a PR with a new example, say `17_dynamic_to_an_array_of_values.html`, to protect this feature against accidental removal.

@trusktr In PR https://github.com/tweenjs/tween.js/pull/556 you will find 2 unit tests for old dynamic-to * "_Test TWEEN.Tween.to() with a dynamic target provided as object_" * "_Test TWEEN.Tween.to() with a dynamic target...

@trusktr I haven't been here for quite long. I am sorry about that. I would suggest to step back and think from user perspective. So let's for a moment forget...

I arrived late to the party. Sorry about that. I just [commented](https://github.com/tweenjs/tween.js/issues/555#issuecomment-822759895) under the original issue, and now I am seeing here that independently you arrived to similar conclusion. >...

> Until then you should be able to use fscreen.requestFullscreenFunction(element)(options) to pass in options. and this basically solves my problem. thanks!

I have just experienced the same problem. Slowing down `perform()` with Process.sleep(1000) temporarily helped.

The reason why `minimesos up` was not working was that I hadn't run `minimesos init` beforehand.