@cc98/react-ubb-editor
Version:
A ubb editor component based on react
6 lines (5 loc) • 421 B
JavaScript
import { __makeTemplateObject } from "tslib";
import { keyframes } from '@emotion/core';
var slideIn = keyframes(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n from {\n top: 10px;\n opacity: 0;\n }\n to {\n top: 0;\n opacity: 1;\n }\n"], ["\n from {\n top: 10px;\n opacity: 0;\n }\n to {\n top: 0;\n opacity: 1;\n }\n"])));
export default slideIn;
var templateObject_1;