Method: Flms::AnimationLayerViewObject#attributes
- Defined in:
- app/view_objects/flms/animation_layer_view_object.rb
#attributes(scroll_offset = 0) ⇒ Object
8 9 10 11 |
# File 'app/view_objects/flms/animation_layer_view_object.rb', line 8 def attributes(scroll_offset = 0) attributes = { id: @layer.name } attributes.merge keyframe_data_hash(scroll_offset) end |