An open API service indexing awesome lists of open source software.

https://github.com/meepobrother/meepo-shake

摇一摇相关
https://github.com/meepobrother/meepo-shake

angular directory shake

Last synced: 29 days ago
JSON representation

摇一摇相关

Awesome Lists containing this project

README

          

## shake for angular

- 引入css自动加入摇一摇动画

```html

```

```html

{{title}}

```

```ts
doShake() {
this.title = 'shake';
this.cd.markForCheck();
}
```