Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
framer/Animation.coffee
|
@@ -72,7 +72,7 @@ class exports.Animation extends BaseClass |
|
|
@define "looping", |
|
|
get: -> @options.looping |
|
|
set: (value) -> |
|
|
@options.looping = value |
|
|
@options?.looping = value |
|
|
if @options?.looping and @options?.layer? and !@isAnimating |
|
|
@restart() |
|
|
|
|
|