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

https://github.com/qodesmith/dna

A DNA molecule animation in CSS
https://github.com/qodesmith/dna

Last synced: about 1 month ago
JSON representation

A DNA molecule animation in CSS

Awesome Lists containing this project

README

          

# DNA Strand!

I was watching some YouTube video, saw an animation of a dna, and was inspired to re-create it with CSS. So here it is! My main challenge was to not animate properties like left, right, width, and height. Instead, I stuck to animating transforms.

This project was created with [Create New App](https://github.com/qodesmith/create-new-app).