UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

14 lines (11 loc) 126 B
.fadeIn { animation-name: fadeInAnim; } @keyframes fadeInAnim { from { opacity: 0; } to { opacity: 1; } }