Socket
Socket
Sign inDemoInstall

angular-disable-animate

Package Overview
Dependencies
401
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-disable-animate

An Angular directive that disables ng-animate on selected elements.


Version published
Maintainers
1
Created

Readme

Source

angular-disable-animate

An Angular directive that disables ng-animate on selected elements.

In the past I have needed a way to easily disable Angular's $animate for a specific element. This tiny directive is the result of that need and the dislike for copy & pasting code across projects.

Further reading: $animate documentation

Installation

$ bower install angular-disable-animate --save
$ npm install angular-disable-animate --save

Or

Include the JavaScript file in the head of your document:

<script src="angular-disable-animate.js"></script>

Usage

Scripts

  • npm run build - produces production version of your library under the dist folder
  • npm run dev - produces development version of your library under the dist folder and runs a watcher

Keywords

FAQs

Last updated on 04 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc