Skip to content

Commit

Permalink
readme #1
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanisler committed Jul 4, 2024
1 parent c3afb3b commit 3edabfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Enabling this setting will enqueue the GSAP library and its associated scripts o

After you enable the GSAP feature you can use this animation library with data-animate attribues with any bricks dom and any bricks element.

example data-animate usage ``` <h1 data-animate="x:-50, o:0, start:top 80%, end:bottom 20%">Welcome to my website!</h1>```
example data-animate usage:
``` <h1 data-animate="x:-50, o:0, start:top 80%, end:bottom 20%">Welcome to my website!</h1>```
``` <div data-animate="s:0.5, r:180, start:top 60%, end:bottom 40%, scrub:true">Lorem ipsum dolor sit amet.</div> ```

Tutorial:
https://www.youtube.com/watch?v=plJpgqtFpg0
Expand Down

0 comments on commit 3edabfe

Please sign in to comment.