MozartLee0924
V2EX  ›  问与答

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

  •  
  •   MozartLee0924 · May 25, 2021 · 1858 views
    This topic created in 1821 days ago, the information mentioned may be changed or developed.

    类似下面的 CSS3 动画

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

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

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

    1 replies    2021-05-25 17:13:27 +08:00
    bzw875
        1
    bzw875  
       May 25, 2021   ❤️ 1
    navigator.mediaDevices.getDisplayMedia(constraints);
    录制屏幕
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4631 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 09:49 · PVG 17:49 · LAX 02:49 · JFK 05:49
    ♥ Do have faith in what you're doing.