[GeoMakie] contourf animation changes color range for each update of "record"

Contourf uses the colormap and picks the colors from it using the different levels. So it doesn’t use the passed colorrange. You could probably fix the levels instead of the colorrange?