You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that both Levioso and MouseParallax are not working as expected, while other stuff from cientos don't seem to have issues (in my case, 3d text is working).
The problem started with these two components not working only in development environment, but with the latest dependencies updates (probably caused by Nuxt), they don't work in the built production site too. (the problem with development is on a private project that I cannot share at the moment).
I had a look at the source of both Levioso and MouseParallax and I see that they are internally using onLoop too, so maybe the problem is originating there.
A quick report: updating cientos to version 3.9.0 seems to have partially solved this issue, these animations work correctly on the static production site, but I still have some problems in the development environment (they are not working)
Describe the bug
I'm posting this here, as it seems to be related to the Nuxt module.
I've already posted some more info here Tresjs/cientos#369 and here https://github.com/orgs/Tresjs/discussions/642
The problem is that both
Levioso
andMouseParallax
are not working as expected, while other stuff fromcientos
don't seem to have issues (in my case, 3d text is working).The problem started with these two components not working only in development environment, but with the latest dependencies updates (probably caused by Nuxt), they don't work in the built production site too. (the problem with development is on a private project that I cannot share at the moment).
The issue with the production environment can be seen also on the linked repository, in the latest commits on the
main
branch. The latest working configuration is available at theworking
tag: https://github.com/stefanobartoletti/tresjs-playground/tree/working tag.A live demo is also available here https://tresjs-playground.vercel.app/3d-text
If more info is needed, please ask :)
Reproduction
https://github.com/stefanobartoletti/tresjs-playground
Steps to reproduce
System Info
No response
Used Package Manager
pnpm
Code of Conduct
The text was updated successfully, but these errors were encountered: