mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
hover grow docs
This commit is contained in:
parent
12bd248ea9
commit
c18b8d0838
@ -55,3 +55,13 @@ The `.anim-pulse` class will pulse an element infinitely.
|
||||
```html
|
||||
<%= octicon("mark-github", :class => "anim-pulse") %>
|
||||
```
|
||||
|
||||
## Hover animation
|
||||
|
||||
The `.hover-grow` class will increase the scale of the element upon hover.
|
||||
|
||||
```html
|
||||
<div class="box hover-grow p-4">
|
||||
<%= octicon("mark-github"), :height => 32 %>
|
||||
</div>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user