background preloader

Tuto

Facebook Twitter

100+ Best SVG Tutorial with Examples. Shazam-Like Morphing Button Effect A tutorial on how to create a Shazam-like button that morphs into a music player using Snap.svg.

100+ Best SVG Tutorial with Examples

We’ll animate some musical notes that fly from outside of the viewport to the listening button to indicate listening activity. Finally, the listening button will transform into a music player with album info of the “identified” song. SVG Draggy.js : JavaScript library for Dragging SVG things SVG draggy.js is a JavaScript library for Dragging SVG things. Pizza Pie Charts with SVG & JavaScript Pizza is a responsive pie, donut, bar, and line graph charting library based on the Snap SVG framework from Adobe. Animating an SVG Menu Icon with Segment A tutorial on how to implement an animated menu icon based on the Dribbble shot by Tamas Kojo using SVG and Segment, a JavaScript library for drawing and animating SVG paths. Animate Element Along SVG Path Today I’ll show you how to animate an SVG element along a predefined path using snapsvg javascript library.

jQuery IntroLoader. Show a loading gif image while a page loads using javascript. May31 Sometimes you want to hide a page from users while it is loading and show an animated gif loading or wait image instead of it.

Show a loading gif image while a page loads using javascript

You can check demo. To download the demo scroll down to bottom. For this we will add two div id in the css file. One is the #content id that will contain all the content of body inside it. Add another div id #loading that will show the loading gif image. Now add these div id into your html page as follows- Webdesigner freelance à Bordeaux. Les filtres CSS3 appliqu s sur des images. Dans cet article, nous allons nous intéresser à une excellente nouvelle fonctionnalité de CSS3 : les filtres.

Les filtres CSS3 appliqu s sur des images

C'est une fonctionnalité qui peut être utilisée à la fois sur des éléments HTML et des images, mais qui a plus d'intérêt à être utilisée sur des images comme pour la création d'une galerie par exemple. En utilisant uniquement le CSS vous allez être capable de créer tous les effets suivants : greyscale ; blur ; saturate ; sepia ; hue rotate ; invert ; brightness ; contrast ; opacity. Pour utiliser un filtre c'est aussi simple que d'utiliser n'importe quelle autre propriété CSS. Comme la plupart des nouvelles fonctionnalités CSS3 vous avez besoin de préfixer la propriété. Actuellement les seuls navigateurs supportant cette fonctionnalité sont les navigateurs webkit à savoir Chrome et Safari.

On ne sait pas encore si Internet Explorer 10 a prévu de supporter les filtres ; Firefox 17 ne les supporte pas. Cette propriété va convertir votre image en nuances de gris (noir et blanc). Create an Apple TV Poster Parallax Effect in CSS3 & jQuery. Have you seen the new Apple TV parallax effect?

Create an Apple TV Poster Parallax Effect in CSS3 & jQuery

It is awesome! We have decided to reproduce this effect using CSS and jQuery, and it looks very close to Apple’s parallax effect. This tutorial has been created Marius Balaj, and the images have been provided by Konstantine Trundayev and Taras Shypka. In this tutorial, I will guide you in building something similar to Apple TV parallax effect using CSS, HTML, and jQuery. If you are reading this, I assume you have basic knowledge of the technologies previously mentioned. Talk is cheap, so let’s start the first part: Our structure will look something like the following image. First of all, we need a container div, which we’ll call .poster. Finally, above all layers, we need a div (.shine), which we will use to add some shine to our poster.

First of all, let’s make sure that the body has full height by adding the following lines: Let’s style the body a little bit by adding some color: Now, let’s style the card and make it 320×500. JavaScript Wait! Texte défilant en css avec CSS3 - Viaxoft Labs. Comment faire un Texte défilant en css ?

Texte défilant en css avec CSS3 - Viaxoft Labs

Texte défilant en css et l’utilisation de l’attribut data-text pour fournir un roulement continu Le plus simple pour faire un texte qui défile, c’est d’utiliser la balise <marquee> pour encadrer la partie à faire défiler. C’est simple certes, mais marquee étant une balise propriétaire de Microsoft, elle n’est pas valide w3c (bien qu’elle soit correctement interprétée par tous les navigateurs) et quand on se soucie d’avoir un site valide elle est donc exclue. Une autre solution, un peu plus complexe mais cependant accessible est d’utiliser javascript pour simuler le défilement. Maîtrisez HTML & CSS - Une sélection des meilleurs cours & exercices.