Skip to content

Commit 5c790f0

Browse files
authored
Update README.md
1 parent 69f310f commit 5c790f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var myMagicLine = new magicLine(
99
navElements: 'a', // navigation element selector
1010
mode: 'line', // line or pill
1111
lineStrength: 2, // Thickness of the line
12-
lineClass: 'floating-line', // Classname to add to the line element
12+
lineClass: 'magic-line', // Classname to add to the line element
1313
wrapper: 'div', // the node that's being created as an element wrapper
1414
animationCallback: function (el, params) { // might be either null or a callback function
1515
animationLibrary({
@@ -33,8 +33,8 @@ myMagicLine.init();
3333
| navElements | a query Selector, you can even define multiple like 'a, span' | 'a' |
3434
| mode | might be either 'line' or 'pill' | 'line' |
3535
| lineStrength | thickness of your line in px | 2 |
36-
| lineClass | The classname of the floating-line element | 'floating-line' |
36+
| lineClass | The classname of the floating-line element | 'magic-line' |
3737
| wrapper | DOMNode to be inserted as a wrapper | 'div' |
3838
| animationCallback | a callBack Function used for animation | null |
3939

40-
Check out the [Demo](https://codepen.io/bastian_fiessinger/pen/MWYMWJN) on Codepen
40+
Check out the [Demo](https://codepen.io/bastian_fiessinger/full/MWYMWJN) on Codepen

0 commit comments

Comments
 (0)