UNPKG

aurelia-animator-css

Version:

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

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