Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Sep 24, 2023
1 parent c89e712 commit 78b5946
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@ Looking for [DOM Selectors](#selectors)?
### <a name="plugin-included"></a>🔌 Built-in Plugins

#### Effects
Build your own effects with `me().styles({...})` then timelining with [CSS transitions using `await` or callbacks](#timelines). We ship some common effects:
Build effects with `me().styles({...})` with timelines using [CSS transitioned `await` or callbacks](#timelines).

Common effects included:

* 🔗 `fadeOut` 🔁 `fade_out`
* Fade out and remove element.
Expand Down Expand Up @@ -328,7 +330,7 @@ Append / Prepend elements.

## <a name="plugins"></a>🔌 Extending Surreal

Surreal is tiny enough to be modified for a particular use-case; but there is a system if you prefer to effortlessly merge with new versions.
Surreal is tiny enough to be modified for a particular project; but feel free to use plugins to effortlessly merge with new versions.

1. Add your function to Surreal
```javascript
Expand Down

0 comments on commit 78b5946

Please sign in to comment.