UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

19 lines 551 B
export const manifest = { name: 'animations', css: { variables: [ { name: 'transition-duration', value: '300ms', description: 'The transition duration part of the design system transition' }, { name: 'transition-easing', value: 'ease', description: 'The transition duration part of the design system easing' } ] } }; export default manifest; //# sourceMappingURL=manifest.mjs.map