Your current filters are…
The session will also cover practical methods of dealing with older browsers that do not have support for certain selectors, explaining how you might provide support using JavaScript - be that by using a polyfill designed to tackle many issues at once or addressing these on a case by case basis in your own JavaScript.
This session gives a solid grounding on modern CSS techniques that delegates can start to use in the projects today.
Want to make your images spin 720 degrees before zipping off screen? How about making your text glide "Star Wars" style? Transforms to the rescue!
In this talk, we'll cover:
by Estelle Weyl
A dead battery is bad user experience.
Animating with JavaScript (or with Flash when installed), can suck the life out of your users' batteries really fast. Want to be cool and not hated? While not a panacea, CSS3 Animations can be the solution.
With CSS3 transitions and animations -- and without any JavaScript -- you can recreate almost all of the effects previously reserved to the realm of plugins, without making your users hate you.
From the basics of animation keyframes, to expert tips that will save you many a headache, Estelle takes you on a look at all you need to know to get you up and running with CSS3 transitions and animations.
Of course we all love the power of CSS3 in today's modern browsers. But what about when your users are running outdated browsers, and giving them a degraded experience just isn't an option? Are we stuck wasting our time writing dumbed-down and hacky code?
Polyfills to the rescue! But there are so many available, and lots of pros and cons to consider. In this session we'll introduce several of the more useful CSS3 polyfills, discuss their features and pitfalls, and explore some of the details of how they work their magic. When we're done you'll be able to use polyfills like a pro.