1.1.2 • Published 8 years ago

oppear v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

O-ppear

O-ppear is animator detecting window scroll. You can check what is O-ppear clearly seeing below example. It is quiet easy to use.

NPM install

npm install oppear

Quick Start

1.Import jQuery and O-ppear javascript files.

<script src='jQuery.js'></script>
<script src='O-ppear.js'></script>

2.HTML mark up

<div class='example1'>this is exmaple</div>

3.Javascript

<script src='jQuery.js'>
    $('.example1').Oppear();
</script>

What's new in 1.1

  • firstAppear parameter is added.
  • Loader for Oppear is newly added.
  • And some optimizations are done.

##Bug Fix

V 1.1.2

  • transition for webkit engine is added.(-webkit-transition)

V 1.1.1

  • Bugs at firefox browser are fixed.

You can check details of those at document page.

OppearLoader Parameter

  • disAppear

Oppear Parameter

  • First parameter - offset - direction - distance - transition - delay - disappear
  • Second parameter - CSS properties

License

O-ppear is released under MIT license.

MIT License

Copyright (C) 2015 BeginnerO

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.