Build a simple GIF generator

  • ステータス: Closed
  • 賞金: $25
  • 受け取ったエントリー: 7
  • 優勝者: abdeveloper4

コンテスト概要

Here is a simple CSS GIF I made: https://jsfiddle.net/richkingsford/b942kxdc/169/

Using a free, stable, and legal GIF generator, please build and share a script (via JS Fiddle or something) that can capture a CSS animation.

25-30 frames per second (FPS), please. Attached is an acceptable example (I used Snagit to make it... but Snagit isn't scalable - I need to do this programmatically).

It should record the smallest space possible, but get all the animation in there (we're going to be generating a lot of GIFs and it'd be nice if they were small :D).

For this contest, please upload and submit the GIF you generated using your code.

推奨スキル

採用者フィードバック

“Abdul implemented the feedback we had. Excellent work. Thank you”

プロフィール画像 richkingsford, United States.

このコンテストのトップエントリー

エントリーをもっと表示

公開説明ボード

  • shailesh870771
    shailesh870771
    • 1年前

    .box {
    width: 100px;
    height: 100px;
    background-color: red;
    position: relative;
    animation: move 1s ease-in-out infinite alternate;
    }
    @keyframes move {
    0% {
    top: 0px;
    }
    20% {
    top: 50px;
    }
    25% {
    top: 75px;
    }
    100% {
    top: 200px;
    }
    }

    • 1年前
  • shailesh870771
    shailesh870771
    • 1年前

    .box {
    width: 100px;
    height: 100px;
    background-color: red;
    position: relative;
    animation: move 1s ease-in-out infinite alternate;
    }
    @keyframes move {
    0% {
    top: 0px;
    }
    20% {
    top: 50px;
    }
    25% {
    top: 75px;
    }
    100% {
    top: 200px;
    }
    }

    • 1年前
  • shailesh870771
    shailesh870771
    • 1年前

    here is tha code

    • 1年前
  • shailesh870771
    shailesh870771
    • 1年前

    .box {
    width: 100px;
    height: 100px;
    background-color: red;
    position: relative;
    animation: move 1s ease-in-out infinite alternate;
    }
    @keyframes move {
    0% {
    top: 0px;
    }
    20% {
    top: 50px;
    }
    25% {
    top: 75px;
    }
    100% {
    top: 200px;
    }
    }

    • 1年前

コンテストの開始方法

  • あなたのコンテストを投稿

    あなたのコンテストを投稿 速くて簡単

  • たくさんのエントリーを集めましょう

    たくさんのエントリーを集めましょう 世界中から

  • ベストエントリーをアワード

    ベストエントリーをアワード ファイルをダウンロード - 簡単!

コンテストを今すぐ投稿 または本日参加!