Skip to content

Commit 064ea7f

Browse files
author
Carlos Bonilla
committed
Corrections
1 parent 7ca3155 commit 064ea7f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ One of the advantages of using Less is that you can create functions, which are
5050

5151
```less
5252
#yourElement {
53-
#animator.animated(); // initialize animation
54-
#animator.bounceOutLeft(); // initialize the animation effect
55-
#animator.iterate(infinite); // repeat the animation forever
56-
#animator.delay(2s); // delay everything for 2 seconds
57-
#animator.duration(3s); // each iteration will play for 3 seconds
53+
#a.animated(); // initialize animation
54+
#a.bounceOutLeft(); // initialize the animation effect
55+
#a.iterate(infinite); // repeat the animation forever
56+
#a.delay(2s); // delay everything for 2 seconds
57+
#a.duration(3s); // each iteration will play for 3 seconds
5858
}
5959
```
6060

0 commit comments

Comments
 (0)