tatuka-components
Version:
this is a readme text
15 lines • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.textAnimationDefaultProps = void 0;
// Text Animation Component
exports.textAnimationDefaultProps = {
symbolAnimationTime: 0.7,
speed: 50,
style: 'domino',
reverse: false,
fontSize: 20,
spacingWords: 15,
colors: ['white'],
mirror: false,
};
//# sourceMappingURL=component-types.js.map