Skip to content

Commit

Permalink
Add short description to more events in README
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cetinkaya committed Feb 24, 2020
1 parent 5a78809 commit 88a70e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ embla.on('scroll', () => {

<details>
<summary>
Fire your callback when the carousel mounts.
Fire a callback when the carousel mounts.
</summary>
<hr>
<div>
Expand Down Expand Up @@ -1837,7 +1837,7 @@ embla.on('init', onInitCallback)

<details>
<summary>
Under construction...
Fire a callback when the carousel is destroyed.
</summary>
<hr>
<div>
Expand Down Expand Up @@ -1869,7 +1869,7 @@ const embla = EmblaCarousel(emblaNode, options)

<details>
<summary>
Under construction...
Fire a callback when selected scroll snap changes.
</summary>
<hr>
<div>
Expand Down Expand Up @@ -1901,7 +1901,7 @@ const embla = EmblaCarousel(emblaNode, options)

<details>
<summary>
Under construction...
Fire a callback when the carousel is scrolling.
</summary>
<hr>
<div>
Expand Down Expand Up @@ -1938,7 +1938,7 @@ embla.on('scroll', () => {

<details>
<summary>
Under construction...
Fire a callback when the carousel has resized.
</summary>
<hr>
<div>
Expand Down

0 comments on commit 88a70e0

Please sign in to comment.