@ant-design/css-animation

WebJar for @ant-design/css-animation

Лицензия

Лицензия

MIT
Категории

Категории

Ant Компиляция и сборка
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

ant-design__css-animation
Последняя версия

Последняя версия

1.7.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

@ant-design/css-animation
WebJar for @ant-design/css-animation
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org

Скачать ant-design__css-animation

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/ant-design__css-animation/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ant-design__css-animation</artifactId>
    <version>1.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ant-design__css-animation/
implementation 'org.webjars.npm:ant-design__css-animation:1.7.3'
// https://jarcasting.com/artifacts/org.webjars.npm/ant-design__css-animation/
implementation ("org.webjars.npm:ant-design__css-animation:1.7.3")
'org.webjars.npm:ant-design__css-animation:jar:1.7.3'
<dependency org="org.webjars.npm" name="ant-design__css-animation" rev="1.7.3">
  <artifact name="ant-design__css-animation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ant-design__css-animation', version='1.7.3')
)
libraryDependencies += "org.webjars.npm" % "ant-design__css-animation" % "1.7.3"
[org.webjars.npm/ant-design__css-animation "1.7.3"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

css-animation


make css animation easier

NPM version

Development

npm install
npm start

Example

http://localhost:9001/examples/

online example: http://yiminghe.github.io/css-animation/

Feature

  • support ie8,ie8+,chrome,firefox,safari

install

css-animation

Usage

var anim = require('css-animation');
anim(el,animationName,function(){});

API

void anim(el:DOMElement, animationName:String, callback:Function)

name type default description
el DOMElement dom element to be animated
animationName String|Object will add animationName (if string) or animationName.name (if object) as class to el, then setTimeout 0 to add ${animationName}-active (if string) or animationName.active (if object) to el
callback Function triggered when anim caused by animationName is done

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

css-animation is released under the MIT license.

org.webjars.npm

Ant Design Team

A UI Design Language

Версии библиотеки

Версия
1.7.3
1.7.2