Module: Apotomo::JavascriptGenerator::Prototype

Defined in:
lib/apotomo-animate/javascript_generator.rb

Instance Method Summary collapse

Instance Method Details

#animate(id, markup) ⇒ Object



6
7
8
# File 'lib/apotomo-animate/javascript_generator.rb', line 6

def animate(id, markup)
  replace(id, markup)
end

#animate_id(id, markup) ⇒ Object



9
10
11
# File 'lib/apotomo-animate/javascript_generator.rb', line 9

def animate_id(id, markup)
  replace_id(id, markup)
end