Reddit CSS Tutorials - Part 5 - Transitions
I updated the code so it actually works better than it does in the video.
This is the fifth video in a series of Reddit CSS tutorial videos.
Sign up for adf.ly and start making money! http://adf.ly/?id=3813788
Learn more about transistions here: http://dev.w3.org/csswg/css-transitions/
More information on the new changes to Reddit's CSS Filter: http://www.reddit.com/r/cssnews/comments/24anzb/css_change_the_filter_has_been_rewritten/
####################################################
Code from this video:
.morelink{
transition: 2s;
}
div.side div.spacer:nth-of-type(5) .titlebox h1
{
background:url(%%SidebarImage%%) top center no-repeat;
padding: 340px 0 0;
margin-top: 20px;
transition: .6s;
}
div.side div.spacer:nth-of-type(5) .titlebox h1:hover
{
background:url(%%2ndPancake%%) top center no-repeat;
padding: 340px 0 0;
margin-top: 20px;
}
Other Videos By ThePotatoPilot
Other Statistics
Counter-Strike: Source Statistics For ThePotatoPilot
At this time, ThePotatoPilot has 12,372 views for Counter-Strike: Source spread across 2 videos. His channel published less than an hour of Counter-Strike: Source content, roughly 1.77% of the content that ThePotatoPilot has uploaded to YouTube.