Displaying value in animation

I have a scalar dataset and I want to visualize the changing contours over time. For this I have loaded the data in raw format, applied the contour filter and then added the contour filter to the animation view which shows the visualization.

For each step I would also like to display the current value of the data range, the contour for which is being displayed? For example, if the current visualized image corresponds to value 32 of my scalar data, I would like 32 to appear as text alongwith the contour. Is that possible?