<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Firefox 3.1 gets cool web page transformations support</title>
	<atom:link href="http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/</link>
	<description>Your source for Mozilla news, tips, reviews, and more.</description>
	<lastBuildDate>Thu, 18 Mar 2010 00:33:56 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shoaib</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-68187</link>
		<dc:creator>Shoaib</dc:creator>
		<pubDate>Wed, 17 Dec 2008 04:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-68187</guid>
		<description>That helped, I didn&#039;t have to bash my head against the wall. But one more thing. Is firefox considering transition effects and hence transition duration as webkit do?</description>
		<content:encoded><![CDATA[<p>That helped, I didn&#8217;t have to bash my head against the wall. But one more thing. Is firefox considering transition effects and hence transition duration as webkit do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qrikko</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-68066</link>
		<dc:creator>Qrikko</dc:creator>
		<pubDate>Wed, 10 Dec 2008 08:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-68066</guid>
		<description>I have the answer after trying a while longer I found it.. it was the (a bit unsuspected):

.style.MozTransform = &quot;rotate(45deg)&quot;;

(OBS BIG M)</description>
		<content:encoded><![CDATA[<p>I have the answer after trying a while longer I found it.. it was the (a bit unsuspected):</p>
<p>.style.MozTransform = &#8220;rotate(45deg)&#8221;;</p>
<p>(OBS BIG M)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qrikko</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-68059</link>
		<dc:creator>Qrikko</dc:creator>
		<pubDate>Wed, 10 Dec 2008 07:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-68059</guid>
		<description>Yeah, I would like to know as well..

Using Safari I can write in a javascript:

.style[&#039;webkit-transform&#039;] = &quot;rotate(45deg)&quot;; // Rotates 45deg when using safari

BUT I can&#039;t seem to find anything like it for firefox, and I have even seen it from the developers sites. I was looking for something similar.. but it don&#039;t seem to work like that.. is there still no way to do it or am I just doing something wrong?

I have tried a lot of variations by now.. it work great like this:

CSS
.myclass{
     -moz-transform: rotate(45deg);
}

but if I in js try:
JS:
.style[&#039;-moz-transform&#039;] = &quot;rotate(45deg)&quot;;

I come out empty..
(observe I tried around quite a bit, like .style.mozTransform = and so on.)

if nothing else is there a way to retrieve all things in the style or something..? hope someone have some more experience with this lot then me.</description>
		<content:encoded><![CDATA[<p>Yeah, I would like to know as well..</p>
<p>Using Safari I can write in a javascript:</p>
<p>.style['webkit-transform'] = &#8220;rotate(45deg)&#8221;; // Rotates 45deg when using safari</p>
<p>BUT I can&#8217;t seem to find anything like it for firefox, and I have even seen it from the developers sites. I was looking for something similar.. but it don&#8217;t seem to work like that.. is there still no way to do it or am I just doing something wrong?</p>
<p>I have tried a lot of variations by now.. it work great like this:</p>
<p>CSS<br />
.myclass{<br />
     -moz-transform: rotate(45deg);<br />
}</p>
<p>but if I in js try:<br />
JS:<br />
.style['-moz-transform'] = &#8220;rotate(45deg)&#8221;;</p>
<p>I come out empty..<br />
(observe I tried around quite a bit, like .style.mozTransform = and so on.)</p>
<p>if nothing else is there a way to retrieve all things in the style or something..? hope someone have some more experience with this lot then me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Privacy, tabs and web content overhaul in Firefox 3.1 Beta 2 - Mozilla Links</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-68031</link>
		<dc:creator>Privacy, tabs and web content overhaul in Firefox 3.1 Beta 2 - Mozilla Links</dc:creator>
		<pubDate>Tue, 09 Dec 2008 00:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-68031</guid>
		<description>[...] support for CSS transformations and SVG effects for HTML elements dramatically expand the possibilities for web designers with [...]</description>
		<content:encoded><![CDATA[<p>[...] support for CSS transformations and SVG effects for HTML elements dramatically expand the possibilities for web designers with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66889</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 16 Oct 2008 11:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66889</guid>
		<description>Hello,

How to apply transforms by using javaScript ?

I tried .style.transform=&#039;scale(0.5)&#039; and .style.mozTransform=&#039;scale(0.5)&#039; without success

(for instance,  in webKit, using .style.webkitTransform=&#039;scale(0.5)&#039; works)

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How to apply transforms by using javaScript ?</p>
<p>I tried .style.transform=&#8217;scale(0.5)&#8217; and .style.mozTransform=&#8217;scale(0.5)&#8217; without success</p>
<p>(for instance,  in webKit, using .style.webkitTransform=&#8217;scale(0.5)&#8217; works)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percy Cabello</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66849</link>
		<dc:creator>Percy Cabello</dc:creator>
		<pubDate>Wed, 15 Oct 2008 02:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66849</guid>
		<description>As far as I know there are no big plans for printing improvements in Firefox 3.1, which is just a pity. Even on Windows, the main platform I work on, it has some serious limitations. If I recall correctly, the problem is there is a lack of developers with the necessary deep knowledge of the printing code to fix it.</description>
		<content:encoded><![CDATA[<p>As far as I know there are no big plans for printing improvements in Firefox 3.1, which is just a pity. Even on Windows, the main platform I work on, it has some serious limitations. If I recall correctly, the problem is there is a lack of developers with the necessary deep knowledge of the printing code to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orlando_ombzzz</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66846</link>
		<dc:creator>orlando_ombzzz</dc:creator>
		<pubDate>Wed, 15 Oct 2008 02:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66846</guid>
		<description>percy, do you know if Firefox team have plans to fix the basic and old printing bugs? for example: in Linux this page &quot;print preview&quot; shows only 1 page:

http://creator.zoho.com/marketplace/</description>
		<content:encoded><![CDATA[<p>percy, do you know if Firefox team have plans to fix the basic and old printing bugs? for example: in Linux this page &#8220;print preview&#8221; shows only 1 page:</p>
<p><a href="http://creator.zoho.com/marketplace/" rel="nofollow">http://creator.zoho.com/marketplace/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefox 3.1 beta 1 released and reviewed - Mozilla Links</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66833</link>
		<dc:creator>Firefox 3.1 beta 1 released and reviewed - Mozilla Links</dc:creator>
		<pubDate>Tue, 14 Oct 2008 20:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66833</guid>
		<description>[...] HTML 5 drag and drop specification will also ease this common task; while experimental support for CSS transformations and SVG effects for HTML elements dramatically expand the possibilities for web designers with [...]</description>
		<content:encoded><![CDATA[<p>[...] HTML 5 drag and drop specification will also ease this common task; while experimental support for CSS transformations and SVG effects for HTML elements dramatically expand the possibilities for web designers with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Actualidad Tecnologica - Firefox 3.1 aÃ±ade transformaciones de pÃ¡ginas webs completas</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66773</link>
		<dc:creator>Actualidad Tecnologica - Firefox 3.1 aÃ±ade transformaciones de pÃ¡ginas webs completas</dc:creator>
		<pubDate>Sat, 11 Oct 2008 15:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66773</guid>
		<description>[...] &#124; Mozilla Links &gt; Mozilla Developer Center Prueba &#124; Solo para Firefox [...]</description>
		<content:encoded><![CDATA[<p>[...] | Mozilla Links &gt; Mozilla Developer Center Prueba | Solo para Firefox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percy Cabello</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66500</link>
		<dc:creator>Percy Cabello</dc:creator>
		<pubDate>Wed, 24 Sep 2008 20:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66500</guid>
		<description>Nope. I&#039;m using this userChrome.css tweak: http://mozillalinks.org/wp/2006/09/merge-firefox-reloadstop-buttons-extensionless/</description>
		<content:encoded><![CDATA[<p>Nope. I&#8217;m using this userChrome.css tweak: <a href="http://mozillalinks.org/wp/2006/09/merge-firefox-reloadstop-buttons-extensionless/" rel="nofollow">http://mozillalinks.org/wp/2006/09/merge-firefox-reloadstop-buttons-extensionless/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kral oyun</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66427</link>
		<dc:creator>kral oyun</dc:creator>
		<pubDate>Sat, 20 Sep 2008 10:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66427</guid>
		<description>Good idea and perfectly works from firefox developers..</description>
		<content:encoded><![CDATA[<p>Good idea and perfectly works from firefox developers..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weblog &#187; Firefox 3.1: WebKit DesteÄŸi</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66410</link>
		<dc:creator>Weblog &#187; Firefox 3.1: WebKit DesteÄŸi</dc:creator>
		<pubDate>Fri, 19 Sep 2008 14:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66410</guid>
		<description>[...] MozillaLinks web sitesindeki Ã¶rnek kod bu fonksiyonu nasÄ±l test edebileceÄŸinizi gÃ¶steriyor. Geriye ise geliÅŸtiricilerin yeni eklentiler iÃ§in anlamlÄ± Ã¶zellikler bulmasÄ±nÄ± beklemek kalÄ±yor. [...]</description>
		<content:encoded><![CDATA[<p>[...] MozillaLinks web sitesindeki Ã¶rnek kod bu fonksiyonu nasÄ±l test edebileceÄŸinizi gÃ¶steriyor. Geriye ise geliÅŸtiricilerin yeni eklentiler iÃ§in anlamlÄ± Ã¶zellikler bulmasÄ±nÄ± beklemek kalÄ±yor. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefox 3.1: Webseiten-Transformation per CSS - WinBoard - Die Windows Community</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66383</link>
		<dc:creator>Firefox 3.1: Webseiten-Transformation per CSS - WinBoard - Die Windows Community</dc:creator>
		<pubDate>Thu, 18 Sep 2008 11:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66383</guid>
		<description>[...] voll funktionsfähig. Plug-ins lassen sich bislang nicht verändern.  Ein Beispielcode der Webseite MozillaLinks zeigt, wie Sie die Funktionen selbst testen können. Abzuwarten bleibt, ob den Entwicklern sinnvolle [...]</description>
		<content:encoded><![CDATA[<p>[...] voll funktionsfähig. Plug-ins lassen sich bislang nicht verändern.  Ein Beispielcode der Webseite MozillaLinks zeigt, wie Sie die Funktionen selbst testen können. Abzuwarten bleibt, ob den Entwicklern sinnvolle [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exec</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66337</link>
		<dc:creator>Exec</dc:creator>
		<pubDate>Tue, 16 Sep 2008 23:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66337</guid>
		<description>Rightclick toolbar -&gt; Customize</description>
		<content:encoded><![CDATA[<p>Rightclick toolbar -&gt; Customize</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MR Lizard</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66322</link>
		<dc:creator>MR Lizard</dc:creator>
		<pubDate>Tue, 16 Sep 2008 17:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66322</guid>
		<description>I certainly hope this &#039;feature&#039; can be turned OFF. The last thing I want is eye-bugging effects every time I click a link because some site developer thought it would be cool....</description>
		<content:encoded><![CDATA[<p>I certainly hope this &#8216;feature&#8217; can be turned OFF. The last thing I want is eye-bugging effects every time I click a link because some site developer thought it would be cool&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morbus</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66314</link>
		<dc:creator>Morbus</dc:creator>
		<pubDate>Tue, 16 Sep 2008 10:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66314</guid>
		<description>Why does firefox have so few buttons on the screenshot? They didn&#039;t decide to merge the stop and the reload button together did they? :\</description>
		<content:encoded><![CDATA[<p>Why does firefox have so few buttons on the screenshot? They didn&#8217;t decide to merge the stop and the reload button together did they? :\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Scott Scheel</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66302</link>
		<dc:creator>Ryan Scott Scheel</dc:creator>
		<pubDate>Mon, 15 Sep 2008 21:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66302</guid>
		<description>Can I request a test in speed using a combination of Javascript, CSS, and HTML where an object is drawn on the screen, say a green square.  It is then translated 100px down the screen, 1px at a time as it goes from the start to finish (heck, make it more beautiful and include start and finish pictures.  How long does it take to do this?</description>
		<content:encoded><![CDATA[<p>Can I request a test in speed using a combination of Javascript, CSS, and HTML where an object is drawn on the screen, say a green square.  It is then translated 100px down the screen, 1px at a time as it goes from the start to finish (heck, make it more beautiful and include start and finish pictures.  How long does it take to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsa</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66301</link>
		<dc:creator>jsa</dc:creator>
		<pubDate>Mon, 15 Sep 2008 21:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66301</guid>
		<description>This is really awesom, I&#039;ll wait untill I see turned webpages :)</description>
		<content:encoded><![CDATA[<p>This is really awesom, I&#8217;ll wait untill I see turned webpages :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66298</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Mon, 15 Sep 2008 19:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66298</guid>
		<description>What nightly did you use? I tried with the most recent one (Sept 15th) and nothing happens.</description>
		<content:encoded><![CDATA[<p>What nightly did you use? I tried with the most recent one (Sept 15th) and nothing happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: temp-</title>
		<link>http://mozillalinks.org/wp/2008/09/firefox-31-gets-cool-web-page-transformations-support/comment-page-1/#comment-66291</link>
		<dc:creator>temp-</dc:creator>
		<pubDate>Mon, 15 Sep 2008 15:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2386#comment-66291</guid>
		<description>w00t!</description>
		<content:encoded><![CDATA[<p>w00t!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
