Bonnes Pratiques Web & Cloud
58.8K views | +5 today
Follow
Bonnes Pratiques Web & Cloud
Administration cloud et développement web
Curated by Mickael Ruau
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'canvas'. Clear
Scooped by Mickael Ruau
Scoop.it!

HTML5 Canvas - DZone - Refcardz

HTML5 Canvas - DZone - Refcardz | Bonnes Pratiques Web & Cloud | Scoop.it
Check out the standard for dynamic graphics in HTML5 Canvas
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

GreenSock for Beginners: a Web Animation Tutorial (Part 1) — SitePoint

GreenSock for Beginners: a Web Animation Tutorial (Part 1) — SitePoint | Bonnes Pratiques Web & Cloud | Scoop.it

GreenSock is the de facto industry-standard JavaScript animation platform available today.

It’s a mature JavaScript library that has its roots in Flash-based animation. This means the guys behind GreenSock know web animation inside-out, the library has been around for a long time and is not going anywhere any time soon.

GSAP includes a comprehensive suite of tools, utilities, and plugins you can leverage to handle any web animation challenge you happen to face, from animating SVGs consistently across multiple browsers to coding complex animation sequences, dragging elements across the screen, splitting and scrambling text, and so much more.

Mickael Ruau's insight:

To mention just three things I particularly love about GreenSock:

  • Although the library is mega rich in terms of features, the learning curve is relatively shallow because it uses an intuitive and consistent syntax across all its various implementations and plugins. In addition, it offers awesome documentation, tutorials, and support via the GSAP Forums. Also, the library itself is continually updated and maintained. These are all crucial factors when building a project which relies on an external library for any of its key features and user experience
  • It’s modular and light-weight, which means it won’t add bloat to your web projects
  • Thanks to its powerful timeline functionality, GSAP affords precise control over the timings not only of single tweens, but also of multiple tweens as part of a whole animation flow.
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Gérer vos évènements utilisateur dans canvas

Gérer vos évènements utilisateur dans canvas | Bonnes Pratiques Web & Cloud | Scoop.it
Canvas nous offre des possibilités de conceptions d'interfaces entièrement nouvelles : animations, interfaces, fractales… Tout est possible, tout est imaginable.
Mickael Ruau's insight:

"Il faut que je vous mette en garde dès maintenant : cette solution tient du hack. C’est une bidouille comme on en fait depuis plus de 20 ans sur le web. Mais c’est une bidouille qui :

a la bonté de fonctionner correctement ;a le bon goût d’être élégante à défaut d’être standard. Vous pouvez assez facilement en trouver les théories ici ou là sur le net, mais son implémentation peut sembler complexe : c’est là tout l’objectif de cet article, vous proposer une implémentation qualitative et détaillée du concept."
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Tutoriel pour apprendre la bibliothèque JavaScript Arc-en-ciel

Tutoriel pour apprendre la bibliothèque JavaScript Arc-en-ciel | Bonnes Pratiques Web & Cloud | Scoop.it
Tutoriel pour apprendre à dessiner sur un canvas et générer le code JavaScript avec Arc-en-ciel
No comment yet.