Yes, a playground would be best. Depending on what is being animated, there might be either features that are not supported or not implemented yet. The color change is likely not supported as glTF does not have the ability to animate colors without an extension.
Yes, I will supply a PG as soon as possible. I use BJS with an SPA so I decided to use Reactjs, so my BJS constructors etc a little bit dispersed amongst React specific lifecycle methods etc but I will put them together as a classic PG createScene function we all love or maybe I put as it is now in jsfiddle or similar.
Colors are not animated. But I would like more info on that, any leads?
I am also having trouble with animations lately, what I discovered is that appending a simple test glTF file exported from blender 2.80 with exporter version 0.9.33 or 0.9.35 will give me an end/to value for the animation of -1.7976931348623157e+308 in the inspector, but exporting with version 0.9.25 everything seems ok. My test file was simply adding three keyframes to the default cube to make it “loop”, the only thing i changed was to output to glTF instead of glb i think. So my guess is that either the exporter or blender is the culprit, atleast in my case. I am using the stable 4.0.3 localy so nothing should have changed there.
I get models from BJS github, or oher model archive
then imported into this PG and exported it with the code. (Then put it into a public gtihub repository to import below again)
Then imported to another PG, or an app with BJS scene which is on my localhost, but animations are gone, no Animation Groups section in Scene Explorer or visible animation
Also when I download and import the original github models to my BSJ scene they also work.
Something happens when I run export methods. Animation groups in scene explorer is also lost.