background preloader

JS

Facebook Twitter

Real Shadow: Photorealistic Shadows. JSFiddle Shortcode. Hqx Scaling in JavaScript. ResponsiveSlides.js · Responsive jQuery Slider & Slideshow. Wagerfield/parallax. JSLA. Impress.js | impress example. Parallax.js. Create a new Fiddle - jsFiddle. Express - node.js web application framework. Flare Responsive Mobile-Optimized Lightbox Plugin.

The pixelentity team is once again proud to bring you: Flare – a custom responsive, touch enabled, mobile optimized lightbox jQuery plugin, which can be used to display single images/videos or entire galleries. Image/Video Navigation via: UI buttonsSwipe gesturesMousewheel navigationKeyboard arrows Transitions: Use hardware acceleratation on CSS transformsFallbacks to standard jquery animation in older browers Image scaling supported (per image basis): fit – entire image shownfill – image shown fullscreen (cropped)fitmax – as “fit” with upscaling enabledfillmax – as “fill” with upscaling enabled Media Support: ImagesFullscreen Video (YouTube, Vimeo, Vid.ly and local Video)Automatically retrieves cover image for YouTube, Vimeo and Vid.ly videos Gallery Support: Gallery Type A: Optional scrolling thumbnails Side-to-side animated transitions Mixed media Mixed scale modes Gallery Type B: Zoom black & white fullscreen image transitions Optional scrolling thumbnails Mixed media Mixed scale modes Other:

Paper.js - Paper.js. Paper.js offers different approaches for its integration in the browser. The simplest way is to use PaperScript, our extension of JavaScript that facilitates a few things along the way. For more advances users or bigger projects it might be preferable to work directly with JavaScript, as described in the tutorial about Using JavaScript Directly.

What is PaperScript? PaperScript is the plain old JavaScript that you are used to, with added support of mathematical operators (+ - * / %) for Point and Size objects. PaperScript code is automatically executed in its own scope that without polluting with the global scope still has access to all the global browser objects and functions, such as document or window. By default, the Paper.js library only exports one object into the global scope: the paper object. PaperScript also offers automatic creation of Project, View and mouse Tool objects, and simplifies the installation of event handlers for these. Script Configuration Please note: