welance-archive/welance-bs

Component - Fixed Item

Opened this issue · 0 comments

This component is created to be able to work as a "wrapper" of other components or any HTML and it should be able to "fix" elements based on scrolled pixels, etc.

It already works with vueJS <transition> but it could be a good idea to set different values to change appearance/disappearance of elements contained by it.

At this stage only an "appearAt" prop is set, but it could have a "disappearAt" and maybe a set of choices for the animations on its dis/appearance.

  • Support Appearance and Disappearance at certain PX
  • Support Appearance and Disappearance at certain anchor tags (this could allow us to have a scrollspy component, if we add callbacks...)
  • Support possibility to modify the type of transition (right now it's only one simple transition)