New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

gravity-angular

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gravity-angular

Gravity 2D model with Velocity & Angular

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

gravity-angular-velocity

Gravity 2D model with Velocity & Angular

Documentation

  • Check Velocity.js.
  • Check AngularJS.
  • More velocity demos.

Example

<html>
<head>
  <title>Gravity 2D model with Velocity & Angular</title>

  <link rel="stylesheet" type="text/css" href="css/gravity.css"/>
</head>
<body ng-app="gravity">
  <div id="gravity" data-ng-controller="GravityController as gc">
      <p>Double-click to add new nodes. Drag to move them. <br>Change skin: <a data-ng-click="gc.previousSkin()" href="">Previous</a> / <a data-ng-click="gc.nextSkin()" href="">Next</a>.</p>
      <gravity></gravity>
  </div>

  <script type="text/javascript" src="../bower_components/angular/angular.min.js"></script>
  <script type="text/javascript" src="../bower_components/velocity/velocity.min.js"></script>

  <!-- Gravity dependencies -->
  <script type="text/javascript" src="../dist/gravity.min.js"></script>

</body>
</html>

Keywords

velocity

FAQs

Package last updated on 29 Dec 2015

Did you know?

Socket

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