1 private link
snabbt.js is a minimalistic javascript animation library. It focuses on moving things around. It will translate, rotate, scale, skew and resize your elements. By including matrix multiplication operations, transforms can be combined in any way you want. The end result is then set via CSS3 transform matrices.
"Coming from a sane language you might think that this in JavaScript is kind of like this in an object oriented language like Java, something that refers to values stored in instance properties. Not so. In JavaScript it is best to think of the this as a boggart carrying a bag of data with an undetectable extension charm."
Fully responsive. Scales with its container.
Separate settings per breakpoint
Uses CSS3 when available. Fully functional when not.
Swipe enabled. Or disabled, if you prefer.
Desktop mouse dragging
Infinite looping.
Fully accessible with arrow key navigation
Add, remove, filter & unfilter slides
Autoplay, dots, arrows, callbacks, etc...
Famo.us is a free, open source JavaScript framework that helps you create smooth, complex UIs for any screen.
Présentation donnée au Nordic.js 2014
"Vega is a visualization grammar, a declarative format for creating, saving and sharing visualization designs.
With Vega you can describe data visualizations in a JSON format, and generate interactive views using either HTML5 Canvas or SVG."
"The web is flat, but now you can fold it up."
"A highly modular, loosely coupled, non-frameworky framework for building advanced JavaScript apps."
Everything you need to know
"It's almost impossible to find a website anymore that doesn't utilize any kind of embedded widgets such as ads, social plugins or analytics. Publishers don't have much control over the provider's code and inevitable just have to trust their integrity, content security policy, code quality and performance.
The performance and availability of 3rd party scripts don't have to become a worry for publishers. Barbara's talk will not only outline best practices, tools and tricks on how to sandbox 3rd party scripts but also help the audience understand bottlenecks, determine potential risks, and elaborate on how to measure their performance."
"FastDom works as a regulatory layer between your app/library and the DOM. By batching DOM access we avoid unnecessary document reflows and speed up layout perfomance dramatically."