0.9.0 • Published 7 years ago

scroll-to-select v0.9.0

Weekly downloads
51
License
-
Repository
github
Last release
7 years ago

scroll-to-select puts a selector beam on a web page, and lights up elements with ids you provide.

Screenshot of a checkbox that's lighting up light blue with a similar color bar behind, reads "HIEEE"

HTML:

<div id="one">ONE</div>
<div id="two">TWO</div>
<div id="three">THREE</div>

Javascript:

scrollToSelect({
  ids: ["one", "two", "three"],
  onSelect: function(oneTwoOrThree) {
    // do your worst
  },
  text: "HIEEE"
})
0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago