justfun
0.06D

分享一个让 V2 首页头像动起来的 CSS🤗

  •  
  •   justfun · Dec 9, 2020 · 1031 views
    This topic created in 2019 days ago, the information mentioned may be changed or developed.
    .avatar {
    	border-radius: 50% !important;
    	animation: mymove 9s linear infinite;
    	-webkit-animation: mymove 9s linear infinite;
    }
    
    @-webkit-keyframes mymove {
    	100% {
    		-webkit-transform: rotate(360deg);
    	}
    }
    
    @keyframes mymove {
    	100% {
    		transform: rotate(360deg);
    	}
    }
    

    https://i.loli.net/2020/12/09/QyINDFJnzRGwuMv.gif css.gif

    使用方法: https://www.v2ex.com/settings 在设置里开启自定义 css
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2714 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 02:44 · PVG 10:44 · LAX 19:44 · JFK 22:44
    ♥ Do have faith in what you're doing.