书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 5658 个相关结果.
  • 手动动画

    手动动画 手动动画 timeOffset 一个很有用的功能在于你可以它可以让你手动控制动画进程,通过设置speed 为0,可以禁用动画的自动播放,然后来使用timeOffset 来来回显示动画序列。这可以使得运用手势来手动控制动画变得很简单。 举个简单的例子:还是之前关门的动画,修改代码来用手势控制动画。我们给视图添加一个UIPanGestureR...
  • .backgroundColor

    animation.backgroundColor() 参数 返回值 示例 animation.backgroundColor() 设置背景色 参数 参数名 类型 说明 string value string 颜色值(目前只支持16进制) 返回值 返回值 类型 说明 animation animation 动画实例 ...
  • 时间偏移修改器

    时间偏移修改器 选项 自定义范围 影响 时间偏移修改器 The Time Offset Modifier applies a temporal offset to Grease Pencil keyframes on your timeline. If you have duplicated a Grease Pencil object you ...
  • Part 2

    Part 2 Part overview Making a system to handle animations Getting the animations ready Creating the bullet scene Creating the first weapon Creating the other two weapons Maki...
  • Loading 加载

    Loading 加载 安装方法 开发指南 何时使用 注意事项 API 加载 代码示例 相关区块 暂无相关区块 Loading 加载 如果项目中使用的是 1.x 版本的基础组件(@alifd/next),请在左侧导航顶部切换组件版本。 安装方法 在命令行中执行以下命令 npm install @icedesign / base...
  • Star Wars

    945 2019-05-28 《CSS Animation 101》
    Star Wars Transform: Not an animation property Transform: scale(), translateZ() and rotateY() SVG, HTML and CSS Animating the Star and Wars Making it 3D The Force Awakens Hom...
  • Function Map

    Engine Features Map Guide Engine Features Map Guide Graphics RenderRendering system, including materials, lighting, particles, etc. UI SystemUI system, including all UI-rel...
  • wx.createAnimation

    Animation wx.createAnimation(Object object) 参数 Object object 返回值 Animation Animation wx.createAnimation(Object object) 创建一个动画实例 animation 。调用实例的方法来描述动画。最后通过动画实例的 export 方法导...
  • .translateY

    animation.translateY() 参数 返回值 示例 animation.translateY() 在 Y 轴平移 参数 参数 类型 说明 number ty number 在 Y 轴平移的距离 返回值 返回值 类型 说明 animation animation 动画实例 注: 调用export方法后...
  • .scaleY

    animation.scaleY() 参数 返回值 示例 animation.scaleY() 缩放 Y 轴 参数 参数 类型 说明 number sx number Y 轴的缩放倍数 返回值 返回值 类型 说明 animation animation 动画实例 注: 调用export方法后不会清除该样式 ...