IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 游戏开发 -> svg动画 -> 正文阅读

[游戏开发]svg动画

在这里插入图片描述

  <svg>
    <circle cx="100" cy="60" r="40" style="fill:white; stroke:green; stroke-dasharray:25; stroke-width:5;">
      <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 100 60" to="360 100 60"
      dur="10s" repeatCount="indefinite" />
    </circle>
    
    <circle cx="100" cy="60" r="30" style="fill:green;">
      <!-- <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 100 60" to="360 100 60"
      dur="10s" repeatCount="indefinite" /> -->
    </circle>
  </svg>

在这里插入图片描述


    <svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
      <!-- Generator: Sketch 3.1 (8751) - http://www.bohemiancoding.com/sketch -->
      <title>loader01 2</title>
      <desc>Created with Sketch.</desc>
      <defs></defs>
      <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
        <g id="Group-3" sketch:type="MSLayerGroup" fill="#4990E2">
          <rect id="Rectangle-1" sketch:type="MSShapeGroup" x="16.5873418" y="0" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-2" fill-opacity="0.58" sketch:type="MSShapeGroup" x="16.678481" y="26.8629442" width="3"
            height="9.13705584"></rect>
          <rect id="Rectangle-4" fill-opacity="0.79" sketch:type="MSShapeGroup"
            transform="translate(31.530380, 17.954315) rotate(-270.000000) translate(-31.530380, -17.954315) "
            x="30.0303797" y="13.3857868" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-3" fill-opacity="0.37" sketch:type="MSShapeGroup"
            transform="translate(4.735443, 18.045685) rotate(-270.000000) translate(-4.735443, -18.045685) "
            x="3.23544304" y="13.4771574" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-4" fill-opacity="0.72" sketch:type="MSShapeGroup"
            transform="translate(29.758244, 24.676171) rotate(-240.000000) translate(-29.758244, -24.676171) "
            x="28.2582441" y="20.1076435" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-3" fill-opacity="0.3" sketch:type="MSShapeGroup"
            transform="translate(6.507579, 11.323829) rotate(-240.000000) translate(-6.507579, -11.323829) "
            x="5.00757864" y="6.75530065" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-4" fill-opacity="0.65" sketch:type="MSShapeGroup"
            transform="translate(24.871110, 29.609153) rotate(-210.000000) translate(-24.871110, -29.609153) "
            x="23.37111" y="25.0406255" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-3" fill-opacity="0.23" sketch:type="MSShapeGroup"
            transform="translate(11.394713, 6.390847) rotate(-210.000000) translate(-11.394713, -6.390847) "
            x="9.89471277" y="1.82231869" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-4" fill-opacity="0.51" sketch:type="MSShapeGroup"
            transform="translate(11.473642, 29.654839) rotate(-150.000000) translate(-11.473642, -29.654839) "
            x="9.97364166" y="25.0863108" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-3" fill-opacity="0.93" sketch:type="MSShapeGroup"
            transform="translate(24.792181, 6.345161) rotate(-150.000000) translate(-24.792181, -6.345161) "
            x="23.2921811" y="1.77663341" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-4" fill-opacity="0.44" sketch:type="MSShapeGroup"
            transform="translate(6.553148, 24.755301) rotate(-120.000000) translate(-6.553148, -24.755301) "
            x="5.05314826" y="20.1867727" width="3" height="9.13705584"></rect>
          <rect id="Rectangle-3" fill-opacity="0.86" sketch:type="MSShapeGroup"
            transform="translate(29.712675, 11.244699) rotate(-120.000000) translate(-29.712675, -11.244699) "
            x="28.2126745" y="6.67617143" width="3" height="9.13705584"></rect>
        </g>
        <animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" begin="0s" dur="5s"
          repeatCount="indefinite" />
      </g>

    </svg>
  游戏开发 最新文章
6、英飞凌-AURIX-TC3XX: PWM实验之使用 GT
泛型自动装箱
CubeMax添加Rtthread操作系统 组件STM32F10
python多线程编程:如何优雅地关闭线程
数据类型隐式转换导致的阻塞
WebAPi实现多文件上传,并附带参数
from origin ‘null‘ has been blocked by
UE4 蓝图调用C++函数(附带项目工程)
Unity学习笔记(一)结构体的简单理解与应用
【Memory As a Programming Concept in C a
上一篇文章      下一篇文章      查看所有文章
加:2022-03-16 22:53:21  更:2022-03-16 22:56:00 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2025年1日历 -2025/1/16 16:58:24-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码