Module: Apotomo::JavascriptGenerator::Right
- Defined in:
- lib/apotomo-animate/javascript_generator.rb
Instance Method Summary collapse
Instance Method Details
#animate(id, markup) ⇒ Object
14 15 16 |
# File 'lib/apotomo-animate/javascript_generator.rb', line 14 def animate(id, markup) replace(id, markup) end |
#animate_id(id, markup) ⇒ Object
17 18 19 |
# File 'lib/apotomo-animate/javascript_generator.rb', line 17 def animate_id(id, markup) replace_id(id, markup) end |