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
Is your feature request related to a problem? Please describe.
I am trying to create some server-side animations using anime.js. I believe it can be done since I can define targets using JSON like the example: https://animejs.com/documentation/#JSobject
The problem is: if I define the target as object, the project throws this error:
Is your feature request related to a problem? Please describe.
I am trying to create some server-side animations using anime.js. I believe it can be done since I can define targets using JSON like the example: https://animejs.com/documentation/#JSobject
The problem is: if I define the target as object, the project throws this error:
Describe the solution you'd like
It would be great if I could run anime.js server-side, I really enjoyed using the library and would like to use it.
Describe alternatives you've considered
I tried to declare a dummy
NodeList
class but the project still breaks.Additional context
I am using next.js and typescript.
The text was updated successfully, but these errors were encountered: