We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there, get an error when trying to use Scene.transition documented here https://daybrush.com/scenejs/features.html#transition.
Scene.transition
scenejs__WEBPACK_IMPORTED_MODULE_15__.default.transition is not a function
Using npm package version 1.1.7, same issue with 1.1.4. It also seems transition method is not in the Scene type definition.
1.1.7
1.1.4
Scene
Here's are reproducible demo https://codesandbox.io/s/busy-goldwasser-p7mcy?file=/src/App.js
The text was updated successfully, but these errors were encountered:
@fitzmode
See this component: https://github.com/daybrush/scenejs-effects
Sorry, something went wrong.
No branches or pull requests
Hey there, get an error when trying to use
Scene.transition
documented here https://daybrush.com/scenejs/features.html#transition.Using npm package version
1.1.7
, same issue with1.1.4
. It also seems transition method is not in theScene
type definition.Here's are reproducible demo https://codesandbox.io/s/busy-goldwasser-p7mcy?file=/src/App.js
The text was updated successfully, but these errors were encountered: