Skip to content

Commit

Permalink
Remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Sep 15, 2016
1 parent afbff06 commit cb4555c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions framer/Animation.coffee
Expand Up @@ -33,10 +33,6 @@ evaluateRelativeProperty = (target, k, v) ->
return target[k] + (sign + 1) * number if sign return target[k] + (sign + 1) * number if sign
return +number return +number


# _runningAnimations = []

# Todo: this would normally be BaseClass but the properties keyword
# is not compatible and causes problems.
class exports.Animation extends BaseClass class exports.Animation extends BaseClass


constructor: (parameters={},options={}) -> constructor: (parameters={},options={}) ->
Expand Down

0 comments on commit cb4555c

Please sign in to comment.