Class: SlideField::ObjectRules::Animation

Inherits:
SBase
  • Object
show all
Defined in:
lib/slidefield/objects/animation.rb

Instance Method Summary collapse

Methods inherited from Base

#accepted_children, #default_value, get, #initialize, #matching_properties, #optional_properties, #properties_names, #properties_types, #required_properties, #requirements_of_child, #type_of_property

Constructor Details

This class inherits a constructor from SlideField::ObjectRules::Base

Instance Method Details

#rulesObject



3
4
5
6
7
8
9
10
# File 'lib/slidefield/objects/animation.rb', line 3

def rules
  property :name, :string
  property :duration, :integer, 400
  property :enter, :boolean, true
  property :leave, :boolean, true

  super
end