Set overwrite as default in GSAP
Posted on January 29, 2021
Note to self: to set overwrite
always true by default on all GSAP tweens, configure the defauls
property:
gsap.defaults({
overwrite: true
})
By default is auto
, just to know.
Posted on January 29, 2021
Note to self: to set overwrite
always true by default on all GSAP tweens, configure the defauls
property:
gsap.defaults({
overwrite: true
})
By default is auto
, just to know.