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) 129 B
.fadeOut { animation-name: fadeOutAnim; } @keyframes fadeOutAnim { from { opacity: 0; } to { opacity: 1; } }