Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms
1–10 of 25 posts
Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms
#2Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms
#3http://news.ycombinator.com/item?id=4278862
Still, good information to know.
Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms
#4 addon - Manipulate add-ons
break - Manage breakpoints
calllog - Commands to manipulate function call logging
console - Commands to control the console
cookie - Display and alter cookies
dbg - Manage debugger
edit - Tweak a page resource
export - Export resources
firebug - Web Development Evolved
help - Get help on the available commands
inspect - Inspect a node
pagemod - Make page changes
pref - Commands to control settings
resize - Control Responsive Design Mode
restart - Restart Firefox
screenshot - Save an image of the page
tilt - Visualize the webpage in 3DRe: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms
#5> Also the changed: before, 0deg pointed to the right; now it points, consistently with other angles in the CSS spec, to the top.
Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms
#6The new developer command-line interface (Shift+F2) looks really neat, though I'll have to play with it to see if it really turns out to be useful. Here's a list of commands: addon - Manipulate add-ons break - Manage breakpoints calllog - Commands to manipulate function call logging console - Commands to control the console cookie - Display and alter cookies dbg - Manage debugger edit - Tweak a page resource export -…
Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms
#7Proving what time of day you submit on HN is critical http://news.ycombinator.com/item?id=4278862 Still, good information to know.
Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms
#8Folks, this is far more important than CSS. Firefox has the most complete implementation of IndexedDB. More than anything else, it is what will enable us to write completely client-side applications.
Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms
#9Compare this:
linear-gradient(top,#fff,#000)
to this linear-gradient(to bottom,#fff,#000)
Why?