Xavier Foucrier

Results 160 comments of Xavier Foucrier

Indeed the value of the angle goes from -90 ° to + 90 ° instantaneously, its a bug. You can try to use this short workaround by setting the `angleOffset`...

Hi @princefishthrower, Thanks for getting in touch! What about hosting it inside a dedicated `mojs` repository? Like `@mojs/types`. I guess it would be better, but may be most developers are...

I totally agree with you @Sandstedt, as usual :sunglasses: If you want to contribute to mojs types definitions @princefishthrower, you can push them to the DefinitelyTyped monorepo. Just be sure...

Sure, we need to move forward to `TypeScript` of course, it's a lot of code refactoring, so we will need a lot of spare time to do this, but yeah...

Hi all, I am in vacation right now, but I will give a try when I go back home :wink:

Hi @strukteon, Good catch, I confirm it's a bug! You can workaround using a "global" easing define at the root of `then`, like this: ```js const scale = new mojs.Shape({...

Hi @Sandstedt! Can you give a short code sample to figure out what you mean? :wink:

Thanks for the clarification, it could be a great feature: respect the user preference is more important than ever today.

Hi @skymen, Yes we know there is some issues with current shortcuts on the player. We need to refactor them. Thanks for giving your feedback on this :wink:

Hi all, Just to let you know that I am working on a site where there is an overlay opening from the right over my main scroll container. For this...