Giter VIP home page Giter VIP logo

egjs-jquery-pauseresume's Introduction

egjs-jquery-pauseresume npm version Build Status Coverage Status

Pauses and resumes animation executed by the jQuery animate() method

Documents

Supported Browsers

The following are the supported browsers.

Internet Explorer Chrome Firefox Safari iOS Android
10+ Latest Latest Latest 7+ 2.3+(except 3.x)

Download and Installation

Download dist files from repo directly or install it via npm.

For development (Uncompressed)

You can download the uncompressed files for development

For production (Compressed)

You can download the compressed files for production

Installation with npm

The following command shows how to install egjs-jquery-pauseresume using npm.

$ npm install @egjs/jquery-pauseresume

Bug Report

If you find a bug, please report it to us using the Issues page on GitHub.

License

egjs-jquery-pauseresume is released under the MIT license.

Copyright (c) 2015 NAVER Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

egjs-jquery-pauseresume's People

Contributors

beanmilk avatar sculove avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mpadev0103

egjs-jquery-pauseresume's Issues

Support pause/resume on transform

@jongmoon commented on Wed Jun 01 2016

Description

Now the pause/resume is not working on transform. But for more various animation effect, transform support is needed.

Steps to check or reproduce

$el.animate({"transform": "rotate(20deg)"}, 4000);

//before 4000 ms, you can pause or resume
$el.pause(); 

Distribution file packaging bug

Description

Need following job.

  1. dist folder SHOULD NOT be omitted in github Tag.
  2. dist/pauseresume.js SHOULD NOT be packaged with jquery.
  3. dist/pauseresume.js SHOULD NOT be packaged with source map.
  4. all dist files SHOULD be compiled with ModuleConcatenationPlugin.

Unit Test fails

Details

pause/resume is not accessible.
Because two jQuery is loaded.

Change repository name and related

Related Issue

change repository name and related : naver/egjs-jquery-transform#11

Description

This is jquery plugin. But User can't know that it is jquery plugin because current name(egjs-pauseresume) does not expose it.

It was needless to rename because egjs was developed using jquery. But Other egjs do not depend on jquery anymore.

New Name will be egjs-jquery-pauseresume

TODO

  • egjs.yml
  • demo.md
  • CONTRIBUTING.md
  • jsdoc.json
  • NOTICE
  • package.json
  • README.md
  • test/manual/index.html
  • webpack.config.js
  • demo
  • repository name
  • npm
  • travisCI
  • coveralls

treat keyword as a string

Description

default keyword is used as normal property. But It makes exception on IE8, Android 2.3.x Browser. So keyword must be treated as a string.

BEFORE

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var newProp = new _AniProperty2.default(type, el, prop, optall);

AFTER

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var newProp = new _AniProperty2["default"](type, el, prop, optall);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.