UNPKG

aurelia-animator-css

Version:

An implementation of the abstract Animator interface from templating which enables css-based animations.

16 lines (15 loc) 452 B
define(['exports', './aurelia-animator-css'], function (exports, _aureliaAnimatorCss) { 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); Object.keys(_aureliaAnimatorCss).forEach(function (key) { if (key === "default" || key === "__esModule") return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _aureliaAnimatorCss[key]; } }); }); });