Nick S
Results
1
issues of
Nick S
For example the scale function. const anim = new Motus.Animation({ $el: this.$refs.startBg, startPoint: 0, endPoint: 500, keyframes: { 100: { scale: [1.3] } } }); Motus.addAnimation(anim); It will only increment...
enhancement