Method: Ray::Animation::FloatVariation#variation

Defined in:
lib/ray/animation/float_variation.rb

#variationFloat (readonly)

Returns Variation between the initial value and the last value.

Returns:

  • (Float)

    Variation between the initial value and the last value.



65
66
67
# File 'lib/ray/animation/float_variation.rb', line 65

def variation
  @variation
end