<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>css &#8211; Tumult Company Blog</title>
	<atom:link href="https://blog.tumult.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.tumult.com</link>
	<description>Updates and News about Tumult apps</description>
	<lastBuildDate>Mon, 08 Aug 2016 19:39:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://blog.tumult.com/wp-content/uploads/2021/02/cropped-favicon_hype_180-2021-1-32x32.png</url>
	<title>css &#8211; Tumult Company Blog</title>
	<link>https://blog.tumult.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CSS Filter Effects in Practice</title>
		<link>https://blog.tumult.com/2013/02/18/css-filter-effects-in-practice/</link>
		
		<dc:creator><![CDATA[Daniel Morgan]]></dc:creator>
		<pubDate>Mon, 18 Feb 2013 19:52:54 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[css]]></category>
		<guid isPermaLink="false">http://blog.tumult.com/?p=1192</guid>

					<description><![CDATA[Setting a filter effect like &#8216;blur&#8217; or &#8216;saturation&#8217; on an image using CSS can create an interesting tech demo, but what&#8217;s the point? Why go to the trouble to manipulate an image in the browser when it can be easily edited in an image editor? When we added CSS filter effects to Tumult Hype, we &#8230;<p class="read-more"> <a class="" href="https://blog.tumult.com/2013/02/18/css-filter-effects-in-practice/"> <span class="screen-reader-text">CSS Filter Effects in Practice</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>Setting a filter effect like &#8216;blur&#8217; or &#8216;saturation&#8217; on an image using CSS can create an interesting tech demo, but what&#8217;s the point? Why go to the trouble to manipulate an image in the browser when it can be easily edited in an image editor?</p>
<p>When we added CSS filter effects to Tumult Hype, we knew it would open up a world of possibilities for animators. An un-animated CSS Filter effect is one thing, but when animated, the CSS Filters bring a new richness to web content. Blurring, saturating, and hue shifting images, text, or elements (and even videos!) brings a new dimension to animations. Think lighting effects, indicating motion with blurring, and setting the color temperature for images. Technically, Tumult Hype is setting CSS properties on your elements:</p>
<pre><code data-language="css">#YourElement {
  -webkit-filter:saturate(5) hue-rotate(500deg) sepia(0.7) contrast(1.5) brightness(.9);
}
</code></pre>
<p>&#8230; but doing so up to 60 times a second at a rate you define. Even though it&#8217;s a cutting-edge feature that currently works in Webkit based browsers, it&#8217;s ready for prime time: Reuters has added subtle blurs to their recent <a href="http://www.reuters.com/article/interactive/idUSBRE90M0ZO20130124?view=large">infographic on the Boeing&#8217;s 787 Dreamliner</a>.  In the document below, we show what filter effects do when applied to photos, how they can augment infographics, and a few other fun examples.We hope these inspire you to play around with all the CSS filter effects! Click the image below to open it up: <span id="more-1192"></span></p>
<p><a href="http://tumult.com/hype/tutorials/documents/CSSFilterDemo/CSSFilterDemo.html"><img fetchpriority="high" decoding="async" class="size-full wp-image-1228 alignnone" alt="CSSFilterEffects" src="https://blog.tumult.com/wp-content/uploads/2013/02/CSSFilterEffects1-1.png" width="755" height="612" /></a></p>
<p>If you&#8217;d like to examine some of the code or techniques used in this document, grab <a href="http://tumult.com/hype/tutorials/documents/CSSFilterDemo/CSSFilterDemo.zip">the original .hype file here</a>.</p>
<h3>Environmental Effects</h3>
<p>Want more? <a href="http://brokenword.org/mandala.html" target="_blank">Here&#8217;s a mesmerizing mandala</a> produced in Tumult Hype by one of our more creative users who goes by the name <em>Big Poppa E (<a href="http://blog.tumult.com/wp-content/uploads/2013/02/CSSFilters/mandala/mandala.html" target="_blank">alternate mandala link here</a>)</em>. His <a href="http://brokenword.org" target="_blank">entire site is worth a look</a>; it&#8217;s a mystical tour into his work and life through a <a href="https://en.wikipedia.org/wiki/Myst">Myst</a>-like system of rooms chock full of sound and lighting effects. <a href="http://www.brokenword.org/menu.html#splash" target="_blank">Check it out!</a></p>
<p><a href="http://www.brokenword.org/menu.html#splash"><img decoding="async" class="alignleft size-full wp-image-1237" alt="poppa" src="https://blog.tumult.com/wp-content/uploads/2013/02/poppa-1.jpg" width="1240" height="789" /></a></p>
<p>The possibilities are endless. Go have fun!</p>
<p><iframe style="border: none;" src="http://blog.tumult.com/wp-content/uploads/2013/02/CSSFilters/cssfunk/colorwheels/colorwheels.html" height="400" width="100%" frameborder="0" scrolling="no"></iframe></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk

Served from: blog.tumult.com @ 2026-05-22 15:41:46 by W3 Total Cache
-->