Kissui.Position : JavaScript to Track element on the Page

    Kissui.Position : JavaScript to Track element on the Page

    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 viewport
    • out – when element is not in the viewport
    • middle – center aligned element (vertically)
    • center – center aligned element (horizontally)
    • top – element at the top of the page
    • bottom – elemennt at the bottom of the page
    • left – element at the left side of the page
    • right – element at the right side of the page
    • partially – with one only works with out 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)

    Leave a Reply