Pogo Slider is a jQuery plugin that allows you to create animated image/content sliders. CSS animations are used to transition between slides. A CSS animation can be triggered on element within a slide, after the slide transitions in, and as the slide transitions out. Pogo slider does not generate any navigation buttons. It provides a simple api to control the slider and you can use this api when creating your own buttons. It does however…
PostCSS is a tool for transforming CSS with JS plugins. These plugins can support variables and mixins, transpile future CSS syntax, inline images, and more. PostCSS is used by Google, Twitter, Alibaba, and Shopify. Its plugin, Autoprefixer, is one of the most popular CSS processors. PostCSS can do the same work as preprocessors like Sass, Less, and Stylus. But PostCSS is modular, 3-30 times faster, and much more powerful. PostCSS itself is very small. It…
A small, fast, modern, and dependency-free library for lazy loading.Lazy loading boosts page speed by deferring the loading of images until they’re in (or near) the viewport. This library makes it completely painless – maximizing speed by keeping options to a minimum. The scroll event has been debounced to minimize the weight on the browser, and images are revealed within rAF to ensure optimal rendering. For each image, put a placeholder in the src attribute,…
9 Album Preview Animations using CSS only have been created by Robert Popa from Simbyone.com In this tutorial you will learn you how to create some album preview effects using CSS only. No JavaScript section here. At the end of this tutorial you will also see how you can easily create those effects just by adding the class of the animation on your div element. One thing you have to keep in mind is that…
30 CSS Page Preload Animations have been created by Robert Popa from Simbyone.com Those animations are best suited for content that takes some time to load like an image gallery. The animations are very easy to customize since they are made out of just CSS, you will have to change jQuery code so that it fades out the loading screen once the content loads.
The Availity UIKit is derived from Bootstrap 3 and allows developers to create beautiful web applications for the Availity Spaces platform. Availity supports Internet Explorer 8 and newer,Google Chrome (latest version),Mozilla Firefox (latest version) Original Bootstrap conventions were preserved as much as possible. The Availity UIKit is available on Github and Bower. Availity uses Fontello to manage the UIKit icon fonts (glyphicons). Font configuration can be found in the config.json. The UIKit currently uses icon…
This is a simple template that takes advantage of the background-attachment CSS property to create a fixed background effect. Today’s snippet comes from Codyhouse.It is all about a single CSS property: background-attachment. You can set the background to be fixed within the viewport (background-attachment: fixed;). The new trick here is having the same element (in this case a phone) in the exact same position in all background images, so that while you scroll…
Delightful and performance-focused pure css loading animations.A collection of loading animations written entirely in css. Each animation is limited to a small subset of css properties in order to avoid expensive painting and layout calculations. Wrap the surrounding container in display:flex and center the animation.
A little playful content navigation effect that uses the draggable Elastic Stack and Snap.svg for animating a background shape like a trampoline created by Codrops. The idea is to simulate the bounciness of a trampoline when navigating the image stack. For the draggable image stack Elastic Stack has been used and the SVG animations are done with the help of Snap.svg.CSS animations are also used for the effects.
It’s a presentation framework based on the power of CSS3 transforms and transitions(positioning, rotating and scaling them on an infinite canvas) in modern browsers and inspired by the idea behind prezi.com Additionally for the animations to run smoothly it’s required to have hardware acceleration support in your browser. This depends on the browser, your operating system and even kind of graphic hardware you have in your machine. For browsers not supporting CSS3 3D transforms impress.js…