Skip to content

v0.2.0: The structure system

Pre-release
Pre-release
Compare
Choose a tag to compare
@Maluscat Maluscat released this 11 Apr 21:31
· 12 commits to master since this 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 element
  • tipDuration can now be set to false 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}