This is a small example of how to use the Babylon accessibility package, with a dash of GUI Animations.
View the live site here: https://symbitic.github.io/babylon-accessibility-example/
To run locally, clone the repository and run this:
cd babylon-accessibility-example
npm install
npm run dev
When running locally, press CTRL+I to open the inspector.
Forked from https://github.com/carolhmj/babylon-accessibility-example