国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

css3 - 如何為background-image設(shè)置動(dòng)畫?
天蓬老師
天蓬老師 2017-04-17 11:04:46
0
2
699

用代碼說話

    section.tt-grid-wrapper{
    &:hover{
        background-image{
            -webkit-animation: pulse 2.0s infinite ease-in-out;
            animation: pulse 2.0s infinite ease-in-out;
        }
    }   
}

想讓該選區(qū)在鼠標(biāo)點(diǎn)擊時(shí),只讓背景圖執(zhí)行動(dòng)畫,這樣的less寫法有錯(cuò),求指點(diǎn)?。?/p>

天蓬老師
天蓬老師

歡迎選擇我的課程,讓我們一起見證您的進(jìn)步~~

reply all(2)
小葫蘆

Aren’t there detailed instructions in the css3 animation on w3school for animation instructions? (http://www.w3school.com.cn/css3/css3_animation.asp)
Background execution animation? Just execute the written animation in hove....
This is how I understand it. Demonstration: http://sandbox.runjs.cn/show/eijaxo1t
Code: http://runjs.cn/code/eijaxo1t

PHPzhong

Do you want the following effect?
http://jsfiddle.net/chenxiaochun/kgLV5/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template