mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 05:26:15 +02:00
Replace anime.js with snapsvg.
The last one seems like it is unmaintained but it works much better than anime.js.
This commit is contained in:
parent
c3c6385b54
commit
eb62b106f3
7 changed files with 8203 additions and 666 deletions
8
resources/js/snapsvg/externs.js
Normal file
8
resources/js/snapsvg/externs.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
var Snap = function() {};
|
||||
Snap.prototype.animate = function() {};
|
||||
|
||||
var mina = {};
|
||||
mina.linear = function() {};
|
||||
mina.easein = function() {};
|
||||
mina.easeout = function() {};
|
||||
mina.easeinout = function() {};
|
Loading…
Add table
Add a link
Reference in a new issue