• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4368 shaares
9 / 16
Filters
305 results tagged css

CSS Animations: A Pocket Guide

QRCode

By Val Head

I hope you enjoy the book! All the example files can be found in the live example codepen collection. (Bookmark that so you can reference them as you read.)

http://cssanimationspocketguide.com/thankyou.html
August 4, 2017 at 11:23:25 AM EDT *
css animation
FILLER

Animista

QRCode

Animista is a place where you can play with a collection of ready to use CSS animations, tweak them and download only those you will actually use.

http://animista.net/
August 4, 2017 at 10:27:15 AM EDT *
css animation
FILLER

Animated Animals in CSS and SVG | Codrops

QRCode

Learn some interesting animation techniques involving Sass and SVG filters for realistic motion effects on the example of animated animals.

https://tympanus.net/codrops/2016/03/21/animated-animals-css-svg/
August 3, 2017 at 3:32:54 PM EDT *
css svg animation
FILLER

Smooth as Butter: Achieving 60 FPS Animations with CSS3

QRCode

Animating elements in your mobile applications is easy.

Animating elements in your mobile applications properly may be easy, too… if you follow our tips here.

While everyone is using CSS3 animations in mobile these days, many are not doing it properly. There are best practices to take into account that are constantly and considerably disregarded. This happens mainly because there are still people who don’t really understand the real reasons why those practices exist and are so vigorously endorsed.

https://medium.com/outsystems-experts/how-to-achieve-60-fps-animations-with-css3-db7b98610108
August 2, 2017 at 2:13:32 PM EDT *
animation css
FILLER

Build a Style Guide Straight from Sass

QRCode

The Basics of Node-KSS

To achieve our goals of a platform agnostic, low-friction style guide, we landed on kss-node, which is itself a Node.js implementation of Knyle Style Sheets (KSS), a Ruby library that:

... provides a methodology for writing maintainable, documented CSS within a team. Specifically, KSS is a documentation specification and styleguide format.

The basic principle is that your style guide is generated via comments you create in your CSS, SCSS, Sass, LESS, etc.

https://css-tricks.com/build-style-guide-straight-sass/
August 2, 2017 at 8:48:29 AM EDT *
webdesign css styleguide
FILLER

Learn CSS Grid | Jen Simmons

QRCode

People are starting to ask: where can I learn about CSS Grid?

There are a lot of fantastic resources out there. When it comes to the technical how-to, most of what’s out there was written by Rachel Andrew. If you don’t know her work, take some time to get to know her and follow her.

So here are the links to resources I recommend. I will keep updating this list:

http://jensimmons.com/post/feb-27-2017/learn-css-grid
August 1, 2017 at 11:26:40 AM EDT *
css grid
FILLER

Expert’s Weigh In: What’s Your Favorite CSS Trick? | Creative Cloud blog by Adobe

QRCode

My favorite CSS “trick” would have to be these 3 lines of CSS:

  • { background-color: rgba(0,255,0,0.1); }

I’ve been using this snippet for years! It makes debugging layouts a breeze and is quite insightful when dealing with the box model.

https://blogs.adobe.com/creativecloud/experts-weigh-in-whats-your-favorite-css-trick/
August 1, 2017 at 9:45:32 AM EDT *
css webdesign
FILLER

URL-encoder for SVG

QRCode

https://jakearchibald.github.io/svgomg/

https://yoksel.github.io/url-encoder/
July 20, 2017 at 2:41:07 PM EDT *
svg minify encoding css
FILLER

Building Production-Ready CSS Grid Layouts Today

QRCode

Today, we are in the early stages of such a revolutionary shift, brought about by CSS Grid Layout. Much of what we know of the possibilities, limitations and best practices surrounding web layouts is effectively rendered obsolete by this new layout module, and in their place we find new possibilities, limitations and best practices that will take us into the next era of web design.

https://www.smashingmagazine.com/2017/06/building-production-ready-css-grid-layout/
June 20, 2017 at 12:34:45 PM EDT *
css webdesign grid
FILLER

CSS3: Animations vs. Transitions

QRCode

In CSS, you have two techniques for visualizing change that are competing for your attention: Animations & Transitions. In this article, let's examine the similarities and differences between them so that you can know when to use which.

To make the most of this article, it would be helpful for you to be familiar with using both animations and transitions. If you haven't had a chance to get your hands dirty with them, the Creating a Simple CSS Animation and Looking at CSS3 Transitions tutorials will help you get started.

https://www.kirupa.com/html5/css3_animations_vs_transitions.htm
May 24, 2017 at 9:58:22 AM EDT *
css animation webdesign
FILLER

Fluid Typography - Codepen

QRCode
http://codepen.io/collection/nLbRMZ/
May 23, 2017 at 9:57:57 AM EDT *
typography css sass webdesign
FILLER

Building performant expand & collapse animations  |  Web  |  Google Developers

QRCode

Use scale transforms when animating clips. You can prevent the children from being stretched and skewed during the animation by counter-scaling them.

https://developers.google.com/web/updates/2017/03/performant-expand-and-collapse
April 2, 2017 at 7:43:24 PM EDT *
css animation
FILLER

Top 30+ Best CSS Frameworks for Web Designers

QRCode
https://codeconvey.com/?s=framework
January 10, 2017 at 12:16:22 PM EST *
css webdesign frameworks
FILLER

Smooth as Butter: Achieving 60 FPS Animations with CSS3

QRCode
https://medium.com/outsystems-experts/how-to-achieve-60-fps-animations-with-css3-db7b98610108#.nzy282gw9
January 1, 2017 at 7:55:40 PM EST *
animation css
FILLER

Toolbar

QRCode
http://codepen.io/cameronbaney/details/Drjxe/
December 6, 2016 at 3:02:31 PM EST *
css webdesign forms buttons
FILLER

I totally forgot about print style sheets – uxdesign.cc – User Experience Design – Medium

QRCode
https://medium.com/@matuzo/i-totally-forgot-about-print-style-sheets-f1e6604cfd6#.5z11hoi87
November 19, 2016 at 10:16:47 AM EST *
css print
FILLER

Stripe.com Navigation in CSS and jQuery | CodyHouse

QRCode
https://codyhouse.co/gem/stripe-navigation/
November 14, 2016 at 7:16:14 PM EST *
css webdesign navigation
FILLER

Color Picker - Explore Colors for HTML and CSS

QRCode

Use 10% lighten and darken for hover/active states. Used the second darken for the button border

http://www.hexcolortool.com/
September 13, 2016 at 9:09:43 AM EDT *
color colorscheme webdesign css buttons
FILLER

Coloring SVGs in CSS Background Images by Noah Blon on CodePen

QRCode
https://codepen.io/noahblon/post/coloring-svgs-in-css-background-images
September 8, 2016 at 10:35:48 AM EDT *
css svg
FILLER

https://www.zachleat.com/web/comprehensive-webfonts/

QRCode
https://www.zachleat.com/web/comprehensive-webfonts/
September 5, 2016 at 9:32:23 AM EDT *
webdesign css
FILLER
9 / 16
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community