Skip to content

Commit 6ebf49b

Browse files
author
Carlos Bonilla
committed
Corrections
1 parent 064ea7f commit 6ebf49b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ One of the advantages of using Less is that you can create functions, which are
5151
```less
5252
#yourElement {
5353
#a.animated(); // initialize animation
54-
#a.bounceOutLeft(); // initialize the animation effect
5554
#a.iterate(infinite); // repeat the animation forever
5655
#a.delay(2s); // delay everything for 2 seconds
5756
#a.duration(3s); // each iteration will play for 3 seconds
57+
.bounceOutLeft(); // initialize the animation effect (notice the lack of the #a prefix)
5858
}
5959
```
6060

0 commit comments

Comments
 (0)