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;
