https://github.com/meepobrother/meepo-shake
摇一摇相关
https://github.com/meepobrother/meepo-shake
angular directory shake
Last synced: 29 days ago
JSON representation
摇一摇相关
- Host: GitHub
- URL: https://github.com/meepobrother/meepo-shake
- Owner: meepobrother
- License: mit
- Created: 2017-12-29T00:39:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T02:08:04.000Z (over 8 years ago)
- Last Synced: 2025-02-25T09:06:35.362Z (over 1 year ago)
- Topics: angular, directory, shake
- Language: JavaScript
- Homepage: http://meepo.com.cn
- Size: 1.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## shake for angular
- 引入css自动加入摇一摇动画
```html
```
```html
{{title}}
```
```ts
doShake() {
this.title = 'shake';
this.cd.markForCheck();
}
```