An open API service indexing awesome lists of open source software.

https://github.com/zulko/gif-captioning-with-css

Let's add CSS animations to a GIF!
https://github.com/zulko/gif-captioning-with-css

browser css-animations gif

Last synced: over 1 year ago
JSON representation

Let's add CSS animations to a GIF!

Awesome Lists containing this project

README

          

# GIF captioning with CSS



Did you know you can add CSS-animated text to a GIF, all in your browser? [This page](https://zulko.github.io/gif-captioning-with-css/) shows you how. If you're interested in browser GIF generation, also check out the [Gix](https://github.com/Zulko/gix) project.

## Running locally

Clone this repository, then install and serve with [Yarn](https://classic.yarnpkg.com/en/docs/install#debian-stable):

```
yarn install
yarn serve
```