ScrollReveal.js, une librairie JS pour déclencher des animations au scroll
ScrollReveal.js est une librairie JavaScript qui permet de déclencher l’apparition d’un élément HTML lorsqu’il « entre dans le viewport », autrement dit lorsque celui-ci devient visible à l’écran (chargement et scroll), notamment à l’aide d’une configuration utilisant un attribut data-* HTML5. « Animations… animations everywhere ! » Si vous cherchez des effets animés faciles à mettre en place pour enrichir votre site web, scrollReveal.js est fait pour vous ! Cette librairie JS propose des animations de type « fade » lorsqu’un élément apparait à l’écran. Pour chaque élément HTML que l’on veut animer, il faut configurer un attribut data-scrollReveal qui prend pour valeur plusieurs mots-clés qui vont définir le mouvement souhaité. ScrollReveal.js met alors en place les transitions et transformations CSS correspondantes, et ce peu importe l’élément choisi ; cela fonctionne aussi bien avec une image qu’avec une div contenant plusieurs balises. Utilisation de base
Fancy Scrolling Sites
In the last year or so, there's been enough sites that do fancy things when you scroll down that it's kind of a trend. I thought I'd blog it, you know, for the sake of history. By "fancy things" I mean something happens when scrolling down besides the site scrolling down. Elements might move around in unexpected ways or change their size/shape/color/content in some way. It's easier to just experience some of these yourself than listen to me try to fumble through explaining it. These screenshots also don't do much justice. So how do they do that? JavaScript. Know any others? Add them in the comments. Share On
CSS Guidelines – High-level advice and guidelines for writing sane, manageable, scalable CSS
Parallax.js | Simple Parallax Scrolling Effect with jQuery
Installation Download and include parallax.min.js in your document after including jQuery. Useage Via data attributes To easily add a parallax effect behind an element, add data-parallax="scroll" to the element you want to use, and specify an image with data-image-src="/path/to/image.jpg". Via JavaScript To call the parallax plugin manually, simply select your target element with jQuery and do the following: Under The Hood What parallax.js will do is create a fixed-position element for each parallax image at the start of the document’s body. Due to the nature of this implementation, you must ensure that these parallax objects and any layers below them are transparent so that you can see the parallax effect underneath.
A Beginner’s Guide to Wireframing
Wireframing is an important step in any screen design process. It primarily allows you to define the information hierarchy of your design, making it easier for you to plan the layout according to how you want your user to process the information. If you've yet to use wireframing, it's time to get your feet wet. Before we get started though, a quick question: are you needing a pro website solution? If so, we have a number of HTML Templates and PSD Templates that may fit your needs. It's like an architectural blueprint; you need to see it in two-dimensional black and white diagrams before you understand how to build the actual house. At a deeper level, a wireframe is also very useful in determining how the user interacts with the interface. Wireframing is important because it allows the designer to plan the layout and interaction of an interface without being distracted by colors, typeface choices or even copy. However, I do use other tools and it depends on the project scenario.
9 plugins jQuery pour réaliser des effets de parallaxe
Tendance désormais bien ancrée dans le paysage du webdesign, le défilement parallaxe (ou scrolling différentiel) est une technique qui consiste à donner une impression de profondeur à travers des portions de décors défilant à vitesse variable. Voici une liste non exhaustive de 9 plugins jQuery pour mettre en place des effets de parallaxe sur votre site web. Superscrollorama, successeur de l’excellent Scrollorama, permet de réaliser de superbes animations et effets parallaxes lorsqu’on scroll sur une page web, notamment grâce aux transformations CSS3. Seulement quelques lignes de code pour un scrolling original et amusant. 2. jParallax jParallax est un plugin jQuery qui permet de mettre en place facilement un effet de parallaxe sur un groupe d’éléments HTML. 3. Curtain.js est un plugin jQuery permettant de réaliser une page web avec un défilement parallaxe des différentes sections sous forme de « panneaux ». 4.
25 Web Development Blogs You Should Be Reading
To stay ahead in the web development game, it’s utterly vital that you’re up-to-date with advancements in your chosen field. As we all know, the best way to get current information is from blogs, but which ones to look at? There are loads of great web development blogs out there and tons of terrible ones too. We’ve whittled the best web development blogs down to a top 25. 1. A List Apart is one seriously classy blog. 2. Nettuts+ offers tutorials and insightful articles covering HTML, CSS, JavaScript, CMS’s, PHP and Ruby on Rails. 3. Suitable for designers and developers alike, Smashing Magazine’s popularity grows year-on-year. 4. WebAppers is your guide to the best open source resources around. 5. Woork Up is one of the most polished blogs in this list. 6. Ajaxian is a site run by Dion Almaer, director of developer relations at Palm, and Ben Galbraith, an experienced Chief Technical Officer and Enterprise Java Architect. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. wtfjs 20. 21.
Markdown
Capture d'écran d'un éditeur de texte affichant un fichier au format Markdown Logo du langage Markdown Évolutions[modifier | modifier le code] Depuis sa création originelle par John Gruber, Markdown n'a pas connu d'évolution notable de la part de ses auteurs. De plus, ce format n'a jamais été formellement standardisé. Un certain nombre de variantes ont été développées par des tiers afin de pallier ce qui était perçu comme des limitations du langage originel. En mars 2016, dans le but de standardiser le langage, deux RFC ont été publiées : RFC 7763[10], qui introduit le type MIME text/markdown à partir de la variante originale de Markdown.RFC 7764[11], qui répertorie des variantes MultiMarkdown, GitHub Flavored Markdown (GFM), Pandoc, CommonMark, Markdown Extra et autres[12]. L'initiative CommonMark, débutée en 2012, vise à pallier le manque de standardisation et les ambiguïtés du format en créant une spécification fortement définie du langage. Mises en œuvre[modifier | modifier le code]
10 Web Development Blogs You Should Follow
This is my list with ten of the most useful web development blogs, every web developer must follow. My criteria were: the blog is run by a blogger, or a team, not a web publishing company (that's why great sites like Mashable, Techcrunch, ReadWrite and many others are not included in this list). The list was drawn up in alphabetical order. Enjoy! DailyJS by Alex Young News, tips, examples and reviews of a variety of JavaScript frameworks and modules. (click the thumb for full image) David Walsh Blog by David Walsh David Walsh Blog features tutorials about MooTools, jQuery, Dojo, JavaScript, PHP, CSS, HTML5, MySQL, and more! Digital Inspiration by Amit Agarwal Digital Inspiration, launched in 2004, is among the top 100 technology and how-to blogs on the Internet out of an estimated total of 130+ million blogs. John Resig by John Resig Position Absolute by Cedric Dugas Specky Boy