/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.3.0
source/_base.css
30 строк
490 B
Fraser Nevett
Fixed #293 -- animations should only run when the `animated` class is used.
12 мар 2015, 21:24
12 мар 2015, 21:24
3b7735b
Код
Авторство
О чём код?
@charset "UTF-8"; /*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden */ .animated { animation-duration: 1s; animation-fill-mode: both; } .animated.infinite { animation-iteration-count: infinite; } .animated.hinge { animation-duration: 2s; } .animated.bounceIn, .animated.bounceOut { animation-duration: .75s; } .animated.flipOutX, .animated.flipOutY { animation-duration: .75s; }