Floating Menu
View data-file of this sample - 1st menu
View data-file of this sample - 2nd menu
When a page is scrolled the menu remains visible:
var floatable = 1;
The menu can "float" along one or two coordinate axes:
var floatableX = 1;
var floatableY = 1;
You can set a speed of the floating menu:
var floatIterations = 10; // The less the value is the more a speed
is.
Try to scroll the page.
|