|
|
4 years ago | |
|---|---|---|
| .. | ||
| _story | f76bd5879d feat: init | 4 years ago |
| scripts | f76bd5879d feat: init | 4 years ago |
| src | 1062c711be chore: add source head to all css in semi-animation-styled (#116) | 4 years ago |
| README.md | 3867f9a84f Test update (#114) | 4 years ago |
| babel.config.js | f76bd5879d feat: init | 4 years ago |
| gulpfile.js | f76bd5879d feat: init | 4 years ago |
| index.ts | f76bd5879d feat: init | 4 years ago |
| package.json | e0c6552e86 v2.1.0-beta.3 | 4 years ago |
| style.ts | f76bd5879d feat: init | 4 years ago |
| tsconfig.json | f76bd5879d feat: init | 4 years ago |
Stylesheet for animation
animate.css (https://github.com/animate-css/animate.css)import '@douyinfe/semi-animation-styled';
import React from 'react';
class App extends React.Component {
render() {
return (
<div className="semi-animated semi-bounce semi-speed-slow semi-loop-infinite">bounce</div>
);
}
}