-prefix-free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.
“[-prefix-free is] fantastic, top-notch work! Thank you for creating and sharing it.”
— Eric Meyer
<link> or <style> elements and adds a vendor prefix where neededstyle attribute and adds a vendor prefix where needed<link> or <style> elements, style attribute changes and CSSOM changes (requires plugin).css() method get and set unprefixed properties (requires plugin)@import-ed files is not supportedstyle attribute) won’t work in IE and Firefox < 3.6. Properties as well in Firefox < 3.6.Check this page’s stylesheet ;-)
You can also visit the Test Drive page, type in any code you want and check out how it would get prefixed for the current browser.
Just include prefixfree.js anywhere in your page. It is recommended to put it right after the stylesheets, to minimize FOUC
That’s it, you’re done!
The target browser support is IE9+, Opera 10+, Firefox 3.5+, Safari 4+ and Chrome on desktop and Mobile Safari, Android browser, Chrome and Opera Mobile on mobile.
If it doesn’t work in any of those, it’s a bug so please report it. Just before you do, please make sure that it’s not because the browser doesn’t support a CSS3 feature at all, even with a prefix.
In older browsers like IE8, nothing will break, just properties won’t get prefixed. Which wouldn’t be useful anyway as IE8 doesn’t support much CSS3 ;)
Test the prefixing that -prefix-free would do for this browser, by writing some CSS below:
Endeavour's underbelly was struck by a small piece of foam debris during launch, gouging a small tile. Using the Orbiter Boom Sensor System (OBSS), the crew conducted laser scanning to ensure no deep structural damage or structural cracks existed beneath the tile. Analysts deemed the tile safe for re-entry, and Endeavour landed flawlessly. STS-120: Discovery (October 23 – November 7, 2007) Mission Objectives
So, why did Space Shuttle Mission 2007 become so popular? Several factors contributed to its appeal:
The primary goal of STS-117 was to deliver and install the massive Starboard 3 and 4 (S3/S4) truss segments to the ISS, along with a new set of solar arrays. Key Achievements
After relocating the older P6 solar array truss to its permanent home, the crew began to redeploy the solar wings. Disastrously, the array snagged and began to tear apart under the tension. The Unprecedented Repair space shuttle mission 2007 crack free
: Discovery landed safely on November 7, concluding one of the most complex repair missions of the shuttle era. Safety Through Scrutiny By 2007, NASA had implemented the Orbiter Boom Sensor System (OBSS)
Suggest if you are looking for updated graphics. Space Shuttle Mission Simulator(tm)
of astronauts like Barbara Morgan or Scott Parazynski. Share public link Endeavour's underbelly was struck by a small piece
: Navigate to the official downloads repository at the Space Shuttle Mission Simulator Website or trusted community hosts like Fly Away Simulation .
in the thermal tiles, cutting deep enough to expose the felt fabric protecting the shuttle's aluminum frame. The Orbital Dilemma: To Fix or Not to Fix? For a week, mission managers at NASA Johnson Space Center
The Space Shuttle program was designed with safety as the top priority, and the 2007 mission was no exception. The crew underwent rigorous training to prepare for the mission, and the spacecraft was thoroughly inspected and tested to ensure a crack-free experience. STS-120: Discovery (October 23 – November 7, 2007)
The Space Shuttle Mission simulator you're referring to likely aims to replicate the experience of operating the Space Shuttle, from launch to re-entry, including the deployment of satellites or the construction of the International Space Station.
The best way to play is through the official Space Shuttle Mission Simulator website.
, where a deep "gash" in the heat shield became one of the most tense engineering puzzles in NASA's history. The Launch Gash (August 2007)
Extra code on top of -prefix-free that makes it more flexible, integrates it with different APIs etc
Originally a part of -prefix-free, it’s now a separate plugin. It makes -prefix-free take care of:
<link> and <style> added to the document afterwardsstyle attribute added to the document afterwardsstyle attribute changes through setAttribute() (except in Webkit)element.style.transform = 'rotate(10deg)';
style attribute modifications will not work in Webkitelement.style.transform = 'rotate(5deg)';will not work in Chrome (reading will)
Get the Dynamic DOM plugin now:
A tiny plugin (I didn’t even bother minifying it as it’s so small) that lets you set/get unprefixed CSS properties through jQuery's .css method.
Get the jQuery plugin now:
A static polyfill for the new vw, vh, vmin, vmax units.
Enables rudimentary CSS variables support.