|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| _story | f76bd5879d feat: init | %!s(int64=4) %!d(string=hai) anos |
| scripts | f76bd5879d feat: init | %!s(int64=4) %!d(string=hai) anos |
| src | 626c4b9f9e Feat/support next (#245) | %!s(int64=3) %!d(string=hai) anos |
| README.md | 3867f9a84f Test update (#114) | %!s(int64=4) %!d(string=hai) anos |
| getBabelConfig.js | 1b9c2f04c2 chore: replace divide operator to math.div (#1130) | %!s(int64=3) %!d(string=hai) anos |
| gulpfile.js | 626c4b9f9e Feat/support next (#245) | %!s(int64=3) %!d(string=hai) anos |
| index.ts | f76bd5879d feat: init | %!s(int64=4) %!d(string=hai) anos |
| package.json | 1810821764 v2.33.1 | %!s(int64=2) %!d(string=hai) anos |
| tsconfig.json | f76bd5879d feat: init | %!s(int64=4) %!d(string=hai) anos |
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>
);
}
}