background preloader

WOW.js - Reveal Animations When You Scroll. Very Animate.css Friend.

WOW.js - Reveal Animations When You Scroll. Very Animate.css Friend.

Wordle : créer une illustration typographique en 2 secondes - Créer un effet typographique extraordinaire en 2 secondes en utilisant l’application en ligne Wordle. Simple, gratuit et sans inscription vous allez pouvoir créer votre image en direct et en quelques secondes. Essayez vite. Wordle est une de ces applications qu’il faut absolument bookmarker. Elle peut être utiliser dans divers cas : affiches, flyers, publicités internet etc. vous avez la possibilité d’utiliser ce genre d’effet graphique de typographie dans de nombreux types d’illustrations. Entrez une suite de mots et l’application, appuyez sur ok, il fera le travail automatiquement, chaque mot sera affiché avec une taille, une couleur, une forme et une direction différente créant une sorte de nuage de mots évolués ! De nombreuses options vous permettent d’affiner votre illustration. Voici quelques explications sur l’utilisation de cette application, qui j’en suis sûr, deviendra très rapidement un bookmark Voici à quoi ressemble mon nuage de mots avec les réglages par défaut. Merci à tous.

Codrops | Useful resources and inspiration for creative minds 8 outils à connaitre absolument si vous êtes webdesigners - Retrouvez ici les derniers outils (script jQuery, framework CSS...) publiés spécialement dédiés aux webdesigners professionnels. Les journées des webdesigners sont parfois trop courtes pour réaliser tous les projets à réaliser, surtout quand vous travaillez en tant que freelance. Pour gagner du temps il est primordial de connaitre toutes les astuces pour optimiser vos plannings. L’une de ces astuces que j’utilise quotidiennement c’est d’user des différents outils que le web proposent (et proposent souvent gratuitement). Pour vous aider je vous propose 8 outils nouvellement publiés. Effet 3D sur texte en CSS Voici un article pour réaliser un superbe effet d’animation 3D sur un simple texte, et tout cela simplement en CSS ! Garder un bloc toujours visible Avec ces différents scripts jQuery vous pourrez créer des blocs qui restent visible à l’écran mais qui se positionnent sur certains points précis. Framework Metro UI CSS Salatore Font Combiner stickUp Animated SVG Icons CSS Modal Box

Recreating the "Design Samsung" Grid Loading Effect A tutorial on how to achieve the grid loading effect seen on the "Design Samsung" site. The effect will show a colored element sliding in first and then sliding out again, revealing the image. View demo Download source If you already come across the Samsung Corporate Design Center, you certainly have noticed the stylish grid loading effect. The idea is to load grid images showing a swiping animation of a colored element first. We’ll not load items or images dynamically, instead we’ll simulate their appearance on scroll. Note that this is for modern browsers only! The beautiful artwork featured in the demos is by illustrator Ryo Takemasa. So, let’s get started! The Markup For our grid we’ll use an unordered list with a main wrapper. Each list item contains an anchor with an image and a title. When loading the page, we will want the visible items to be shown already and then, when we scroll, we want to trigger our animation. Let’s take a look at the style. The CSS The JavaScript And that’s it!

Textillate.js textillate.js A simple plugin for CSS3 text animations. Download on Github About Textillate.js combines some awesome libraries to provide a ease-to-use plugin for applying CSS3 animations to any text. Usage Simply include textillate.js and it's dependencies in your project to start creating unqiue effects. Credits Textillate.js is built on top of the simple, yet amazingly powerful animate.css and lettering.js libraries. Playground Grumpy wizards make toxic brew for the evil Queen and Jack. Dependencies Textillate.js depends on the following libraries: jQuery animate.css, by Daniel Eden lettering.js, by Dave Rupert

alumbo/jquery.parallax-scroll 20 Beautiful Web Page Menu Design Web Page and Web Apps Menu design does play a very vital role in its effective functionality and over all aesthetic appearance of the Web Page and Apps Designs. In this post we’ll inspire you with selective and beautiful collection of web page and web apps menu designs which will give you an excellent choice to find the best for your website. Do let us know how do you find it in below comments… Web App Menu Dropdown Menu Navigation Light and Dark Psd Web Menu (Freebie) 38Media – Menu Dropdown Menu Archivme iPad App – iOS Getbelongings Responsive Menu Header / Menu Drop Menu Dropdown Web Menu DropDown User Menu Pink & Black Menu Bar Vertical Menu WIP Drop Menu Holy Drop Down Menu Browse By Color

johnpolacek/scrollorama 40+ CSS Development Tools CSS development tools can be a BIG help in your design process. They save a lot of your time and effort. There are many tools available on the web to help you complete your task quickly, efficiently and effectively. 1- CSS Prism CSS Prism lets you enter the URL of any CSS file to view and modify its color spectrum. 2- Grid Designer Grid Designer is an easy to use tool that lets you quickly create complex grid layouts. 3- The 1 Kb CSS Grid The 1Kb CSS Grid can be used to streamline page templates for content management systems. 4- CSS Lint CSS Lint is a tool to help point out problems with your CSS code. 5- CSS Grid Builder CSS Grid Builder is an online GUI for customizing the YUI Grids CSS – a lightweight CSS framework developed by Yahoo! You don’t even have to host the CSS file on your web server (saving you some bandwidth and maintenance hassles), the generated code links to the appropriate stylesheet found on Yahoo!’ 6- Fractal 7- Drawter 9- Variable Grid System 10- CSS Pivot 13- YAML Builder

50 super plugins jQuery récents pour rendre votre site ergonomique et attrayant Cela fait quelques années que le Javascript et notamment jQuery – qui simplifie et norme son utilisation – continuent d’être de plus en plus utilisés. Aujourd’hui cette technologie est toujours plus facile à exploiter grâce à l’installation de plugins, c’est-à-dire de petits modules de code. Il n’a jamais été aussi facile qu’aujourd’hui de rendre un site ergonomique, originale et attractif ! Ces 50 plugins sélectionnés avec soin parmi les milliers existants vous permettront de transformer n’importe quel site fade en site riche, intuitif, interactif et ergonomique, y compris sur mobile. Leur mise en place est en général très simple. Plugins pour réaliser des sites avec effets de scroll et/ou de la parallax Parallax.js Déjà présenté dans Le meilleur du web, ce plugin très puissant et relativement facile à mettre en place vous permettra de recréer un effet de parallax facilement. Parallax.js Pour créer des sites à parallax verticale facilement : One Page Scroll Parallax.js Fullpage.js Skrollr via

Transitions CSS - Animer facilement en CSS toutes les propriétés Les transitions CSS font partie du CSS Transition Module Level 3 actuellement en WD (Working Draft). C’est quoi une transition en CSS ? Les Transitions permettent de modifier les valeurs de propriétés CSS dans le temps, d’un état A à un état B. Par exemple, il est possible de modifier la taille d’un élément progressivement. Utilisation des transitions La propriété se décompose en plusieurs autres propriétés, décrite ici : transition-property : la(les) propriété(s) CSS à modifier. transition-duration : le temps total de la transition ( en secondes, millisecondes). transition-timing-function : la méthode d’interpolation (accélération, décélération) transition-delay : le temps avant que la transition ne démarre. Il existe aussi la propriété raccourcie transition. Voici un exemple de transition qui modifie la taille de l’élément. transition: width 2s ease; Le support dans les navigateurs... Notes :

UI Animation and UX: A Not-So-Secret Friendship Using the words “animation” and “the web” together tends to conjure up memories of frantic searches for the “skip intro” button to save ourselves from a terrible sensory assault. Animation on the web has hit some pretty sad lows, there’s no arguing that. But adding motion to our work can be meaningful and functional—when we find the right circumstances. Article Continues Below When used as more than just a subtle design detail, animation can provide cues, guide the eye, and soften the sometimes-hard edges of web interactions. A CSS animation refresher#section1 This article uses CSS animations and transitions in the associated examples. CSS animations are what we most closely associate with traditional animation. CSS also has transitions—which, as it happens, can also be used to make things move. In practice, animations and transitions are often used together, so I’ll use the term animation in a general sense to indicate them both. Softening the edges#section2 1. 2. 3. Go forth and animate!

colourcode - find your colour scheme

Related: