Skip to content

Commit

Permalink
Force disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kl3sk committed Jun 28, 2019
1 parent 81865e3 commit d0ae8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KnobControl.vue
Expand Up @@ -60,8 +60,8 @@
type: Object,
default: () => {
return {
animated: true,
animateValue: true,
animated: false,
animateValue: false,
animationDuration: 2000,
animationFunction: 'ease-in-out',
}
Expand Down

0 comments on commit d0ae8ac

Please sign in to comment.