
Kissui position is a javaScript to track element on the page like a boss.Here is a list of available events:
in
– when element is in the viewportout
– when element is not in the viewportmiddle
– center aligned element (vertically)center
– center aligned element (horizontally)top
– element at the top of the pagebottom
– elemennt at the bottom of the pageleft
– element at the left side of the pageright
– element at the right side of the pagepartially
– with one only works without
event, e.g.partially out
and it means when the element is partially out of the element (e.g. half of the height or width)