class Playbook::PbImage::Image

def transition_class

def transition_class
  transition == "none" ? nil : transition
end