This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
msx
/
Vent-App
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
626d56146f
Branches
Tags
master
Vent-App
/
node_modules
/
zrender
/
lib
/
animation
/
cubicEasing.d.ts
cubicEasing.d.ts
94 B
Histórico
Raw
1
export
declare
function
createCubicEasingFunc
(
cubicEasingStr:
string
): (
p:
number
) =>
number
;