UNPKG
keyshapejs
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
KeyshapeJS animation library
www.keyshapeapp.com
Pixofield/keyshapejs
keyshapejs
/
externs-for-minifier.js
12 lines
(9 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@return
{
number
} */
Element
.
prototype
.
getTotalLength
=
function
(
) {};
/** *
@param
{
number
}
distance
*/
Element
.
prototype
.
getPointAtLength
=
function
(
distance
) {};
Element
.
prototype
.
_ks
;