1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

jQuery Easing Pluginをbowerで使う

Posted at

概要

jQuery Easing Pluginをbower経由で使ったときのメモ。公式では提供されていないので、誰かが登録してくれたものを使う。自分で登録してメンテするのもめんどくさいですし。。

選択肢

以下の2つがあり、1はbower install jquery-easing --save、2はbower install jquery.easing --saveでinstallできる。

  1. danro/jquery-easing
  2. jozefizso/bower-jquery-easing

1は、bower.jsonのmainに.js.min.jsの両方が指定してあり、使用しているgrunt taskの都合上よくなかったため、2を採用した。star少ないけど、まあ大丈夫でしょう。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?