You can also install via npm:

Compliant with: jQuery 1.7+ in Chrome, Firefox, Safari, Opera, Internet Explorer 9+

Corner slider expects an object on which it can perform its tricks.

Corner slider is jQuery dependent.

Corner slider is customizable.

Property Default Description

showAtScrollingHeight 1300 How much the user needs to scroll to show the corner slider element.

elemToPresent "#presentSlider" To which element the user needs to scroll to show the corner slider element. Mutual exclusive with the 'showAtScrollingHeight' property.

directionEffect "right" "right" - The element pops from the right most corner.

"left" - The element pops from the left most corner.

"bottom right" - The element pops from the bottom right most corner.

"bottom center" - The element pops from the bottom center.

"bottom left" - The element pops from the bottom left most corner.



bottom 6 The margin to the bottom.

left 6 The margin to the left.

right 6 The margin to the right.

speedEffect 300 The speed at which the corner slider element pops or hides.

cookieName "cornerSliderHide" The name of the cookie that is generated when the user chooses to close the cornerSlider element.

cookieValue "hidden" The value for the cookie.

cookieMinutesToExpiry 15 How much time in minutes to hide the element if the user chooses to close it.

Give it a value of zero if you don't want the cookie to be generated.