justfun
0.06D

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

  •  
  •   justfun · Dec 9, 2020 · 972 views
    This topic created in 1988 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   ·   3609 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 04:41 · PVG 12:41 · LAX 21:41 · JFK 00:41
    ♥ Do have faith in what you're doing.