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!
- Host: GitHub
- URL: https://github.com/zulko/gif-captioning-with-css
- Owner: Zulko
- Created: 2021-08-16T03:17:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T16:01:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T18:09:19.656Z (over 1 year ago)
- Topics: browser, css-animations, gif
- Language: Vue
- Homepage: https://zulko.github.io/gif-captioning-with-css/
- Size: 4.49 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```