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 mpalpha/animate-scroll 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!
CSS3 Animate It - Animate Elements on Scroll Sequencing If you want to have a set of animations start one after the other then you can set a sequence time in ms using "data-sequence" then define the order with "data-id". <div class='animatedParent' data-sequence='500'><h2 class='animated bounceInDown' data-id='1'>It Works!</h2><h2 class='animated bounceInDown' data-id='2'>This animation will start 500ms after</h2><h2 class='animated bounceInDown' data-id='3'>This animation will start 500ms after</h2></div> Offset This will make the make the CSS animation either start before or after it has entered the viewport by the specified ammount. <div class='animatedParent'data-appear-top-offset='-300'><h2 class='animated bounceInDown'>It Works! Animate Once Adding this will make sure the item only animates once and will not reset when it leaves the viewport. <div class='animatedParent animateOnce'><h2 class='animated bounceInDown'>It Works! Animation Speed <div class='animatedParent'><h2 class='animated bounceInDown slowest'>It Works! Delay (New)
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 Velocity.js 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 Swiper API Improve this Doc Swiper Full HTML Layout <!-- Slider main container --><div class="swiper-container"><!-- Additional required wrapper --><div class="swiper-wrapper"><!-- Slides --><div class="swiper-slide">Slide 1</div><div class="swiper-slide">Slide 2</div><div class="swiper-slide">Slide 3</div> ... Initialize Swiper Now, when we have Swiper's HTML, we need to initialize it using the following function: new Swiper(swiperContainer, parameters)- initialize swiper with options swiperContainer - HTMLElement or string (with CSS Selector) of swiper container HTML element. For example: After you initialize Swiper it is possible to access to Swiper's instance on its HTMLElement. var mySwiper = document.querySelector('.swiper-container').swiper // Now you can use all slider methods like mySwiper.slideNext(); Swiper Parameters Let's look on list of all available parameters: Slider Methods & Properties Events Swiper comes with a bunch of useful events you can listen. Components Navigation Improve this Doc 1.
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