angular-animate-change

WebJar for angular-animate-change

Лицензия

Лицензия

MIT
Категории

Категории

Angular Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

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

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

angular-animate-change
Последняя версия

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

angular-animate-change
WebJar for angular-animate-change
Ссылка на сайт

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

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/bendrucker/angular-animate-change

Скачать angular-animate-change

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

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-animate-change/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-animate-change</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-animate-change/
implementation 'org.webjars.bower:angular-animate-change:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-animate-change/
implementation ("org.webjars.bower:angular-animate-change:1.0.2")
'org.webjars.bower:angular-animate-change:jar:1.0.2'
<dependency org="org.webjars.bower" name="angular-animate-change" rev="1.0.2">
  <artifact name="angular-animate-change" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-animate-change', version='1.0.2')
)
libraryDependencies += "org.webjars.bower" % "angular-animate-change" % "1.0.2"
[org.webjars.bower/angular-animate-change "1.0.2"]

Зависимости

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

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

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

angular-animate-change Build Status

Angular directive for applying an animation class to an element whenever a value changes. Useful for applying attention-calling animation like flashes or shakes.

Installing

# npm
$ npm install angular-animate-change
# bower
$ bower install angular-animate-change

Setup

// node module exports the string 'animate-change' for convenience
angular.module('myApp', [
  require('angular-animate'),
  require('angular-animate-change')
]);
// otherwise, include the code first then the module name
angular.module('myApp', [
  'ngAnimate',
  'animate-change'
]);

API

animateChange (directive)
<span animate-change="value" change-class="flash"></span>

When $scope.value changes, the class 'flash' will be added. Animation classes will applied during the transition.

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

Версия
1.0.2