module Apotomo::JavascriptGenerator::Right

Public Instance Methods

animate(id, markup) click to toggle source
# File lib/apotomo-animate/javascript_generator.rb, line 14
def animate(id, markup)
  replace(id, markup)
end
animate_id(id, markup) click to toggle source
# File lib/apotomo-animate/javascript_generator.rb, line 17
def animate_id(id, markup)
  replace_id(id, markup)
end