]> source.dussan.org Git - svg.js.git/commit
Add optional string type to Runner.ease 1111/head
authorAndrew Rodgers <acedrew@gmail.com>
Wed, 20 May 2020 03:05:52 +0000 (23:05 -0400)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 03:05:52 +0000 (23:05 -0400)
commit850172f0da05053479d150c91165c33d84b9c43d
tree2179412b81632dc2799049e9df524653fd83d7ba
parent0890c4d55fd39356347a5e7a2bb37c9436d2555c
Add optional string type to Runner.ease

The ease method on the runner takes the same constructor strings as the Ease class, so you can do things like element.animate(1000).ease('-').rotate(360).loop()
Currently typescript throws an error saying that ease only accepts a Function as an argument.
svg.js.d.ts