v0.2.0: The structure system
Pre-release
Pre-release
- New property:
structure
. It takes a string similar to an XML structure to assemble a customized HTML structure element
has been changed in favor of the new structure system: It is now a JavaScript object containing every part of the slider as opposed to only the root elementtipDuration
can now be set tofalse
to prevent it from disappearing altogether- The HTML classing has been changed to improve stylability: non crucial CSS suited for altering, has been moved into a new, independent class to be spoken to without nesting in the selector,
slider89_{slider-part}
; crucial CSS is still selected with a (more difficult to override).slider89 .slider_{slider-part}