<?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: Timed Notifications with CSS Animations</title>
	<atom:link href="http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 19 Jun 2013 13:46:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Ezequiel</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-428522</link>
		<dc:creator>Ezequiel</dc:creator>
		<pubDate>Tue, 27 Nov 2012 13:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-428522</guid>
		<description><![CDATA[First of all sorry if my english is too bad, im from argentina, ill try to help u.
I Quote rospondek:

&quot;So I’ve got it :D
First of all turning off the connection between button and the notification:
In style.css (section Fire the animations) remove both
input.fire-check:checked ~ section
Now after reload all three boxes should be visible on load.
Now to make it disappear completely (without leaving the empty space) do this:
First of all you have to add id (for example ‘vanish’) to the div on the page.
Next, in the head section of the page add this:
setTimeout(function(){
$(‘#vanish’).remove();
}, 5000);
You will need jquery library but it is free and can download in a lot of places.
5000 is a time in ms. This example is for 5s. One thing. Depending on page you would have to set this time half or second above the main div disappearing animation.
If you have more notifications you will have to get them unique id’s and add an appropriate line in the script.
Nonetheless you will eventually get it working like a charm :)
Hope it will help someone :)&quot;

so use this:

setTimeout(function(){
$(‘#vanish’).remove();
var url = &quot;http://google.com.ar&quot;;    
$(location).attr(&#039;href&#039;,url);
}, 5000);

So this will redirect u after 5 seconds.]]></description>
		<content:encoded><![CDATA[<p>First of all sorry if my english is too bad, im from argentina, ill try to help u.<br />
I Quote rospondek:</p>
<p>&#8220;So I’ve got it :D<br />
First of all turning off the connection between button and the notification:<br />
In style.css (section Fire the animations) remove both<br />
input.fire-check:checked ~ section<br />
Now after reload all three boxes should be visible on load.<br />
Now to make it disappear completely (without leaving the empty space) do this:<br />
First of all you have to add id (for example ‘vanish’) to the div on the page.<br />
Next, in the head section of the page add this:<br />
setTimeout(function(){<br />
$(‘#vanish’).remove();<br />
}, 5000);<br />
You will need jquery library but it is free and can download in a lot of places.<br />
5000 is a time in ms. This example is for 5s. One thing. Depending on page you would have to set this time half or second above the main div disappearing animation.<br />
If you have more notifications you will have to get them unique id’s and add an appropriate line in the script.<br />
Nonetheless you will eventually get it working like a charm :)<br />
Hope it will help someone :)&#8221;</p>
<p>so use this:</p>
<p>setTimeout(function(){<br />
$(‘#vanish’).remove();<br />
var url = &#8220;http://google.com.ar&#8221;;<br />
$(location).attr(&#8216;href&#8217;,url);<br />
}, 5000);</p>
<p>So this will redirect u after 5 seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ovidiu</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-426905</link>
		<dc:creator>Ovidiu</dc:creator>
		<pubDate>Fri, 02 Nov 2012 13:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-426905</guid>
		<description><![CDATA[I would like to know the answer of Travis answer. It would definitely help me a lot.]]></description>
		<content:encoded><![CDATA[<p>I would like to know the answer of Travis answer. It would definitely help me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-425843</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Thu, 18 Oct 2012 03:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-425843</guid>
		<description><![CDATA[Can anybody help me out?
I need the notification to redirect to a new page once the timer runs out. Maybe a separate javascript countdown that starts onclick?]]></description>
		<content:encoded><![CDATA[<p>Can anybody help me out?<br />
I need the notification to redirect to a new page once the timer runs out. Maybe a separate javascript countdown that starts onclick?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-425003</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 28 Sep 2012 00:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-425003</guid>
		<description><![CDATA[Nice!]]></description>
		<content:encoded><![CDATA[<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mxria</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-424863</link>
		<dc:creator>mxria</dc:creator>
		<pubDate>Tue, 25 Sep 2012 01:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-424863</guid>
		<description><![CDATA[Cool! Great Demo, thank you!]]></description>
		<content:encoded><![CDATA[<p>Cool! Great Demo, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rospondek</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-423658</link>
		<dc:creator>rospondek</dc:creator>
		<pubDate>Sun, 19 Aug 2012 10:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-423658</guid>
		<description><![CDATA[So I&#039;ve got it :D

First of all turning off the connection between button and the notification:
In style.css (section Fire the animations) remove both

input.fire-check:checked ~ section

Now after reload all three boxes should be visible on load.

Now to make it disappear completely (without leaving the empty space) do this:
First of all you have to add id (for example &#039;vanish&#039;) to the div on the page.


Next, in the head section of the page add this:
   

	setTimeout(function(){
	  $(&#039;#vanish&#039;).remove();
	}, 5000);
 

You will need jquery library but it is free and can download in a lot of places.
5000 is a time in ms. This example is for 5s. One thing. Depending on page you would have to set this time half or second above the main div disappearing animation.
If you have more notifications you will have to get them unique id&#039;s and add an appropriate line in the script.

Nonetheless you will eventually get it working like a charm :)

Hope it will help someone :)]]></description>
		<content:encoded><![CDATA[<p>So I&#8217;ve got it :D</p>
<p>First of all turning off the connection between button and the notification:<br />
In style.css (section Fire the animations) remove both</p>
<p>input.fire-check:checked ~ section</p>
<p>Now after reload all three boxes should be visible on load.</p>
<p>Now to make it disappear completely (without leaving the empty space) do this:<br />
First of all you have to add id (for example &#8216;vanish&#8217;) to the div on the page.</p>
<p>Next, in the head section of the page add this:</p>
<p>	setTimeout(function(){<br />
	  $(&#8216;#vanish&#8217;).remove();<br />
	}, 5000);</p>
<p>You will need jquery library but it is free and can download in a lot of places.<br />
5000 is a time in ms. This example is for 5s. One thing. Depending on page you would have to set this time half or second above the main div disappearing animation.<br />
If you have more notifications you will have to get them unique id&#8217;s and add an appropriate line in the script.</p>
<p>Nonetheless you will eventually get it working like a charm :)</p>
<p>Hope it will help someone :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rospondek</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-423647</link>
		<dc:creator>rospondek</dc:creator>
		<pubDate>Sat, 18 Aug 2012 22:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-423647</guid>
		<description><![CDATA[First of all this is great but I&#039;ve got two questions. 

I don&#039;t get this siblings thing so how can I get it to work onLoad? I really have no idea what to put to onLoad part.
 
And second thing. I want to make this notification dissappear after &#039;loading&#039; but display: block is leaving blank space on the page. Any idea what to do to make this inline and a block? Again siblings are just surpassing my little brain. I&#039;m looking at the actions connected to the button(checkbox) but have no idea what to do :D

If anybody could help would be great, cause this thing would help me a lot with few of my websites.]]></description>
		<content:encoded><![CDATA[<p>First of all this is great but I&#8217;ve got two questions. </p>
<p>I don&#8217;t get this siblings thing so how can I get it to work onLoad? I really have no idea what to put to onLoad part.</p>
<p>And second thing. I want to make this notification dissappear after &#8216;loading&#8217; but display: block is leaving blank space on the page. Any idea what to do to make this inline and a block? Again siblings are just surpassing my little brain. I&#8217;m looking at the actions connected to the button(checkbox) but have no idea what to do :D</p>
<p>If anybody could help would be great, cause this thing would help me a lot with few of my websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: facebook likes</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-423091</link>
		<dc:creator>facebook likes</dc:creator>
		<pubDate>Sun, 05 Aug 2012 11:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-423091</guid>
		<description><![CDATA[hi thanks for this nice css3 notifications i was implement this on my website but can having some problem can you tell me how i can display notifications without clicking the button as i can figure it out ...i am displaying user message as they update there info .]]></description>
		<content:encoded><![CDATA[<p>hi thanks for this nice css3 notifications i was implement this on my website but can having some problem can you tell me how i can display notifications without clicking the button as i can figure it out &#8230;i am displaying user message as they update there info .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prathap</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-422710</link>
		<dc:creator>prathap</dc:creator>
		<pubDate>Fri, 27 Jul 2012 06:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-422710</guid>
		<description><![CDATA[Great tut, 
nice way to use css3 animation in a useful manner]]></description>
		<content:encoded><![CDATA[<p>Great tut,<br />
nice way to use css3 animation in a useful manner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/comment-page-2/#comment-422560</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 17 Jul 2012 13:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=9674#comment-422560</guid>
		<description><![CDATA[Now they are useful. I look forward to using it on my next project :)]]></description>
		<content:encoded><![CDATA[<p>Now they are useful. I look forward to using it on my next project :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk: enhanced
Content Delivery Network via codropspz.tympanus.netdna-cdn.com

 Served from: tympanus.net @ 2013-06-19 15:53:22 by W3 Total Cache -->