Model.animationframeprevious#

Model.animationframeprevious()#

Returns to the previous animation frame.

Example#

Return the animation to the previous frame#
import hm
import hm.entities as ent

model = hm.Model()
model.animationframeprevious()