0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
penpot/resources/js/snapsvg/externs.js
Andrey Antukh eb62b106f3
Replace anime.js with snapsvg.
The last one seems like it is unmaintained but it works
much better than anime.js.
2016-07-30 14:14:08 +03:00

8 lines
202 B
JavaScript

var Snap = function() {};
Snap.prototype.animate = function() {};
var mina = {};
mina.linear = function() {};
mina.easein = function() {};
mina.easeout = function() {};
mina.easeinout = function() {};