Hi Baris,
I'd like to reproduce your error locally and fix it, but I haven't been able to yet.
I successfully made a browser-desktop build of the demoAnimation project with the following commands:
git clone g...@github.com:gameclosure/demoAnimations
cd demoAnimations
devkit install
devkit debug browser-desktop
Then I hosted it locally with this:
cd build/debug/browser-desktop
python -m SimpleHTTPServer
Then the demo works in my browser at localhost:8000
Do you have the same error if you do these steps with the demoAnimations project?