Fixed Using CSS for fade-in effect on page load #dev #it #asnwer
Fixed Using CSS for fade-in effect on page load #dev #it #asnwer
Using CSS for fade-in effect on page load
Can CSS Transitions be used to allow a text paragraph to fade-in on page load?
I really like how it looks on http://dotmailapp.com/ and would love to use a similar effect using CSS.
Illustration
Having this markup:
<div id="test"> <p>This is a test</p> </div>
With the following CSS rule:
#test p {…
View On WordPress










