Navigation Menu

Skip to content

Commit

Permalink
fixed setSpeed()
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotz committed Sep 14, 2013
1 parent f3f55af commit d0060dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oridomi.coffee
Expand Up @@ -837,8 +837,7 @@ class OriDomi


setSpeed: (speed) ->
@settings.speed = speed
@_setTweening true
@_setTweening @settings.speed = speed


# Disables oriDomi slicing by showing the original, untouched target element.
Expand Down

0 comments on commit d0060dc

Please sign in to comment.