Ok, I fixed the animate problem with this.
Animate[ListDensityPlot[Dev[[m, All, All]],
ColorFunction -> (ColorData["TemperatureMap"]),
ColorFunctionScaling -> True], {m, 1, t, 1},
AnimationRunning -> False]
But I still can't get the colors to scale correctly, any advice on how...