aurelia-animator-css
Version:
An implementation of the abstract Animator interface from templating which enables css-based animations.
18 lines (14 loc) • 421 B
JavaScript
;
System.register(['./aurelia-animator-css'], function (_export, _context) {
"use strict";
return {
setters: [function (_aureliaAnimatorCss) {
var _exportObj = {};
for (var _key in _aureliaAnimatorCss) {
if (_key !== "default" && key !== "__esModule") _exportObj[_key] = _aureliaAnimatorCss[_key];
}
_export(_exportObj);
}],
execute: function () {}
};
});