File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments