Here is the file
This is the link for the test-url: testenvironmentlink
I added the following animations:
- color -> changes color over time and back
- scale -> changes size over time and back
- position -> changes position over time and back
- rotation -> changes rotation over time and back
for the actions:
- hover
- select (mouse leftclick)
- mark (mouse rightclick)
In the file you can define the parameters for each actions independently in the controllerConfig.
- time -> number in milisecondes (2000 = 2s)
- color -> hexcode as string
- scale -> 'X-axis, Y-axis, Z-axis' | 2 -> double in scale | EXAMPLE: '2 2 2'
- position -> 'X-axis, Y-axis, Z-axis' | number means degrees of rotation | EXAMPLE: '0 360 0'