时钟、分钟、秒钟完整表盘代码(两种方法)

返回网页设计技术
4回复贴,共1页,点击数:637

效果如下:

image.png

代码如下:

<Var name="sz_rotate" expression="#hour12*30+#minute/60*30" alias="时钟变量" />
<Var name="fz_rotate" expression="#minute*6" alias="时钟变量" />

<Group x="#w/2+220" y="760">
<Image x="0" y="0" align="center" alignV="center" src="th_h.png" centerX="95" centerY="95" rotation="#sz_rotate" />
<Image x="0" y="0" align="center" alignV="center" src="th_m.png" centerX="95" centerY="95" rotation="#fz_rotate" />
<Image x="0" y="0" align="center" alignV="center" src="th_s.png" centerX="95" centerY="95" rotation="(#time/1000)%60*6" />
<Image x="-12" y="-12" src="clock_cener.png" />
</Group>

另一种方法,虽然代码量多,但有淡进淡出代码则更加优雅 :

<Image x="335" y="944" name="szdh6" align="center" alignV="center" w="230" h="230" pivotX="115" pivotY="115" src="ms2/miao.png" rotation="(#time/1000)%60*6">
<RotationAnimation>
<Rotation angle="300" time="0" varSpeedFlag="SineFun_InOut"/>
<Rotation angle="0" time="1200" varSpeedFlag="SineFun_InOut"/> 
<Rotation angle="0" time="9999999999999"/> 
</RotationAnimation>
</Image>

<Image x="335" y="944" name="szdh7" align="center" alignV="center" w="230" h="230" pivotX="115" pivotY="115" src="ms2/fen.png" rotation="#minute*6">
<RotationAnimation>
<Rotation angle="250" time="0" varSpeedFlag="SineFun_InOut"/>
<Rotation angle="0" time="1200" varSpeedFlag="SineFun_InOut"/> 
<Rotation angle="0" time="9999999999999"/> 
</RotationAnimation>
</Image>

<Image x="335" y="944" name="szdh8" align="center" alignV="center" w="230" h="230" pivotX="115" pivotY="115" src="ms2/shi.png" rotation="#hour12*30+#minute/2">
<RotationAnimation>
<Rotation angle="100" time="0" varSpeedFlag="SineFun_InOut"/>
<Rotation angle="0" time="1200" varSpeedFlag="SineFun_InOut"/> 
<Rotation angle="0" time="9999999999999"/> 
</RotationAnimation>
</Image>
1楼 2022/12/05 08:29

Import-Module WebAdministration #导入IIS管理模块


#打开防火墙:
Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled True
2楼 2022/12/25 09:28 收起回复
certutil -f -importPFX -p o5p87kbxc7 C:\soft\SSL\20221225_73ic.com.pfx
3楼 2022/12/25 09:41 收起回复
https://f17.market.xiaomi.com/issue/ThemeMarket/063bb44894fc14f3080c86b32a2e9b39227d0026e/%E6%83%85%E7%BB%AA%E7%94%B5%E6%B1%A0+%E5%9B%BE%E6%A0%87%E6%8E%89%E8%90%BD.mtz

https://f17.market.xiaomi.com/issue/ThemeMarket/0d2e3b041b50843169d308b931de363755f4c9f85/%E8%A1%A8%E7%9B%98%E5%AE%87%E8%88%AA%E5%91%98%E5%9B%BE%E6%A0%87%E6%8E%89%E8%90%BD.mtz
4楼 2023/01/05 08:51 收起回复

《漫画风 青春版》这个主题不错,推荐一下,下载地址:https://activity-cdo.heytapimage.com/cdo-activity/static/themeDetailShare/dist/themedetail/index.html?masterId=3980675&region=CN&type=0 来自@主题商店

5楼 2023/01/06 09:29 收起回复
您未登录,没有发贴权限[点此登录]