Siema is a lightweight (only 1kb gzipped) carousel plugin with no dependencies and no styling. As Brad Frost once said “do that shit yourself”. It is 100% open source and available on Github. It is free to use on personal and commercial projects. Use it with your favourite module bundler or by manually injecting the script into your project.
Best jQuery Core Java Script Plugins & Tutorials with Demo
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 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)
Tilt Hover Effects with CSS & JavaScript
Some ideas for hover animations with a fancy tilt effect. Inspired by the hover effect seen on the Kikk 2015 website.We want to animate an image (which could be a link or simply a normal grid item) with a tilt effect on its parts. Having several elements in the item (that we call “tilter”), we can achieve a variety of effects that look very interesting. There’s the image, the “shine” element, the semi-transparent overlay with a colorful gradient, a border element and the caption.