砖块0的情况
Showing
.gitignore
0 → 100644
package.json
0 → 100644
{ | ||
"name": "scilla-components", | ||
"version": "1.0.0", | ||
"main": "./dist/bundle.js", | ||
"types": "./types/index.d.ts", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^0.66.6", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-node-resolve": "^3.4.0", | ||
"rollup-plugin-typescript2": "^0.18.0", | ||
"rollup-plugin-uglify": "^6.0.0", | ||
"tslib": "^1.9.3", | ||
"typescript": "^3.1.6" | ||
} | ||
} |
rollup.config.js
0 → 100644
scilla-components.iml
0 → 100644
src/animation/BounceZoom.ts
0 → 100644
src/animation/Fade.ts
0 → 100644
src/animation/Rotation.ts
0 → 100644
src/animation/RoundLoop.ts
0 → 100644
src/animation/Swing.ts
0 → 100644
src/animation/TouchZoom.ts
0 → 100644
src/animation/Wave.ts
0 → 100644
src/animation/ZoomLoop.ts
0 → 100644
src/animation/index.ts
0 → 100644
src/base/TouchInterrupt.ts
0 → 100644
src/base/Transform.ts
0 → 100644
src/base/index.ts
0 → 100644
src/index.ts
0 → 100644
src/other/RelativeLayout.ts
0 → 100644
src/other/index.ts
0 → 100644
src/renderer/LineRenderer.ts
0 → 100644
src/renderer/RectRenderer.ts
0 → 100644
src/renderer/Renderer.ts
0 → 100644
src/renderer/TextRenderer.ts
0 → 100644
src/renderer/index.ts
0 → 100644
src/ui/Button.ts
0 → 100644
src/ui/ProgressBar.ts
0 → 100644
src/ui/ScrollView.ts
0 → 100644
src/ui/index.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment