UNPKG

react-animals

Version:

A customizable animal avatar React component, based on the avatars used by Google Docs.

26 lines (22 loc) 504 B
@import url("./animation.css"); .v-animal-avatar { height: var(--a-size); width: var(--a-size); border-radius: var(--a-border-radius); background-color: var(--a-bg-color); display: flex; align-items: center; justify-content: center; max-height: 200px; max-width: 200px; } .v-animal-image { width: 80%; height: 80%; user-select: none; } .v-animal-dance { -webkit-animation: v-a-dance 2s infinite; -moz-animation: v-a-dance 2s infinite; animation: v-a-dance 2s infinite; }