Using CSS for a fade-in effect on page load

后端 未结 3 1191
鱼传尺愫
鱼传尺愫 2020-11-22 04:45

Can CSS transitions be used to allow a text paragraph to fade-in on page load?

I really like how it looked on http://dotmailapp.com/ and would love to use a similar

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 05:07

    In response to @A.M.K's question about how to do transitions without jQuery. A very simple example I threw together. If I had time to think this through some more, I might be able to eliminate the JavaScript code altogether:

    
    
    
    
    
        

    test

提交回复
热议问题