Animating Materials

Is it possible to animate anything other than transforms? For example material color, camera fov, … ? By animate, I mean as in keyframes rather than Lerps.

Thanks

As I know, egg allows you to make keyframes for vertex positions, RGB, UV and Normals. But you can’t animate anything else. Chicken exporter can further export mopath curves from objects motions.

anything can be animated in a software. but not everything can be animated by built-in functions of Panda.
just write your own function to alter things if Panda doesn’t do that.