评论:超简单的背景循环插件JoynBackground  [查看原文]

所属分类:UI-背景

 58860  635  21
当前第1页 / 共1页
    ?Forever?0
    2018/12/17 16:42:31
    ?0
    2018/11/13 21:30:08
    骚年,你渴望力量吗?0
    2018/7/19 14:34:29
    这种插件就需要怒赞啊 回复
    ?0
    2017/11/10 21:25:12

    好好看可以给份不 ,42741361@qq.com

        你再靠近我报警!0
        2018/6/21 16:28:26
        还要吗
        我一把把把手把住了0
        2018/7/18 17:40:22
        兄弟,靠你了1755386338@qq.com
    回复
    0
    2017/6/11 12:31:32
    暮色渐浓0
    2017/6/10 22:35:44

    那么这个怎么作网页背景呢,div块是直接显示在网页其他东西前面把其他东西都遮住了

    回复
    0.010
    2016/12/28 15:12:26

    感觉好好用的样子

    回复
    ※潇洒哥....0
    2016/12/23 21:12:06
    zhan199110280
    2016/12/20 16:12:09

    切换图片时感觉 很刺眼,怎么破

    回复
    河北小王爷880
    2016/12/2 11:12:51
    而且随着拉近 手机端网页可以横向滚动了怎么破?
        microsoftvs1
        2016/12/2 12:12:32

        那样的话直接CSS就可以搞定了,写了个小事例,自己改改就行了

        <!doctype html>
        <html>
        <head>
        <meta charset="utf-8">
        <title></title>
        	<style>
        	.aa{ width: 200px; height: 200px; background-color: aqua; margin-left: auto; margin-right: auto; margin-top: 20%; }
        	#animation{
        		-webkit-animation:pulse 10s .2s ease both;
        		-moz-animation:pulse 10s .2s ease both;
        		-webkit-animation:pulse 10s .2s 1000 ease-in normal none ;	
        	}
        	@-webkit-keyframes pulse{
        		0%{-webkit-transform:scale(1)}
        		50%{-webkit-transform:scale(1.5)}
        		100%{-webkit-transform:scale(1)}
        	}
        	@-moz-keyframes pulse{
        		0%{-moz-transform:scale(1)}
        		50%{-moz-transform:scale(1.5)}
        		100%{-moz-transform:scale(1)}
        	}
        	</style>
        </head>
        
        <body>
        	<div id="animation" class="aa"></div>	
        </body>
        </html>
        河北小王爷880
        2016/12/2 14:12:41
        多谢,刚才用js写好了,换成你这个css3的了
    回复
    河北小王爷880
    2016/12/2 11:12:01
    这个我如果就需要一张图拉远再拉近一直循环怎么改呢
        Content、0
        2018/1/4 15:34:52

        图片你只设置一张就行,就会自己读取重复执行呀

    回复
    紫泪儿0
    2016/11/23 15:11:46
    非常好。。棒棒哒 回复
    BarcelonaLeo0
    2016/11/23 9:11:49
    效果非常棒,下载了 回复
    宇翼Sunny????0
    2016/11/22 18:11:12
    非常好,学习了,谢谢 回复
    lvcx0
    2016/11/22 17:11:42
    效果非常棒,下载了
        火狼0
        2017/4/10 14:37:27

        可以发一份过来不

    回复

讨论这个项目(21)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

取消回复