V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
MozartLee0924
V2EX  ›  问与答

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

  •  
  •   MozartLee0924 · May 25, 2021 · 1796 views
    This topic created in 1798 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   ·   3468 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 10:53 · PVG 18:53 · LAX 03:53 · JFK 06:53
    ♥ Do have faith in what you're doing.