Cannot animate object rotation. Scale & Position is working

Hey there!

I am having a little problem with my animations.
The game board uses a “Grid Layout Group”.
In this board there are 45 Tiles. Each tile holds an image.
So I created an idle animation and it is working for the position and for the scale.
But as soon as I want to rotate the Tile (or the image in the tile) it does not animate.
I can set up a fixed rotation value, but as soon as I type any different number in the Animator into “Image : Rotation : Rotation.z” it just returns to a zero value. I can click the field and type in the number “100” but as soon as I press enter it returns to 0.

Any suggestions? Thanks!

Found a solution.
In the Animation window rightlick the “Image: Rotation” property and set “Interpolation” to “Euler Angles (Quaternation Approximation)”
That helped me at least!