We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation claims that the setter of the Snap.animate function accepts one number argument:
Snap.animate
Snap.svg/src/animation.js
Line 97 in b365287
However, if an array is provided for from and to, the setter will also receive an array:
from
to
Snap.svg/src/mina.js
Lines 104 to 113 in b365287
This should be fixed in the documentation and afterwards then be applied to @types/snapsvg as well: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/snapsvg/index.d.ts#L41
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation claims that the setter of the
Snap.animate
function accepts one number argument:Snap.svg/src/animation.js
Line 97 in b365287
However, if an array is provided for
from
andto
, the setter will also receive an array:Snap.svg/src/mina.js
Lines 104 to 113 in b365287
This should be fixed in the documentation and afterwards then be applied to @types/snapsvg as well: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/snapsvg/index.d.ts#L41
The text was updated successfully, but these errors were encountered: