Skip to content

Commit

Permalink
states.animationOptions -> animationOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Sep 15, 2016
1 parent f79eafd commit 4500db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Components/ShareComponent.coffee
Expand Up @@ -62,7 +62,7 @@ class Button extends ShareLayer
@states = @states =
hover: opacity: .8 hover: opacity: .8
full: opacity: 1 full: opacity: 1
@states.animationOptions = @animationOptions =
time: .3 time: .3


@onMouseOver -> @onMouseOver ->
Expand Down

0 comments on commit 4500db2

Please sign in to comment.