From 78b5946a8252c812034f3d9a908ad75c58110a88 Mon Sep 17 00:00:00 2001 From: Nathaniel Sabanski Date: Sun, 24 Sep 2023 00:34:40 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce56a6b..e4661d2 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,9 @@ Looking for [DOM Selectors](#selectors)? ### 🔌 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. @@ -328,7 +330,7 @@ Append / Prepend elements. ## 🔌 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