V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
MozartLee0924
V2EX  ›  问与答

[前端] 求问,如何把 css animation 动画转成视频或者 Gif

  •  
  •   MozartLee0924 · 2021-05-25 16:50:41 +08:00 · 855 次点击
    这是一个创建于 1060 天前的主题,其中的信息可能已经有所发展或是发生改变。

    类似下面的 CSS3 动画

    div { animation: 3s linear 1s infinite running slidein; }

    @keyframes slidein { from { transform: scaleX(0); } to { transform: scaleX(1); } }

    用纯前端语言转成 video 或者 gif 。

    1 条回复    2021-05-25 17:13:27 +08:00
    bzw875
        1
    bzw875  
       2021-05-25 17:13:27 +08:00   ❤️ 1
    navigator.mediaDevices.getDisplayMedia(constraints);
    录制屏幕
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2832 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 14:06 · PVG 22:06 · LAX 07:06 · JFK 10:06
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.