Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Optimizations and Cycle effect #256

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Optimizations and Cycle effect #256

wants to merge 19 commits into from

Commits on Jan 16, 2012

  1. Removed repeat code

    Removed unneeded jQuery selector
    Jason Busby committed Jan 16, 2012
    Configuration menu
    Copy the full SHA
    541c1c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2012

  1. Replaced most instance of jQuery's each method in place of default JS…

    … loops
    
    Replaced selector filters with chained filters
    Reworked slices/boxes creation functions to cache HTML and append as a whole
    Added many cache variables
    Jason Busby committed Jan 20, 2012
    Configuration menu
    Copy the full SHA
    6ce2d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    159dc04 View commit details
    Browse the repository at this point in the history
  3. Added default case to animation switch

    Jason Busby committed Jan 20, 2012
    Configuration menu
    Copy the full SHA
    c01eb99 View commit details
    Browse the repository at this point in the history
  4. New minified version

    Jason Busby committed Jan 20, 2012
    Configuration menu
    Copy the full SHA
    14eea84 View commit details
    Browse the repository at this point in the history
  5. Updated kids while

    Jason Busby committed Jan 20, 2012
    Configuration menu
    Copy the full SHA
    981ac22 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2012

  1. Added cached elements object - also improves readability

    Improved some loops
    Jason Busby committed Jan 21, 2012
    Configuration menu
    Copy the full SHA
    02bb3d1 View commit details
    Browse the repository at this point in the history
  2. Added support for Webkit keyboard arrow keys.

    Fixed boxRain effect incrementing in the wrong place causing the trigger to fire many times.
    Jason Busby committed Jan 21, 2012
    Configuration menu
    Copy the full SHA
    6bc3c46 View commit details
    Browse the repository at this point in the history
  3. Repacked

    Removed spaces in the head comment
    Removed console log
    Jason Busby committed Jan 21, 2012
    Configuration menu
    Copy the full SHA
    f53fd3a View commit details
    Browse the repository at this point in the history
  4. Fixed manual advance mess up

    Jason Busby committed Jan 21, 2012
    Configuration menu
    Copy the full SHA
    6068be0 View commit details
    Browse the repository at this point in the history
  5. Added slideIn effect which slides left or right depending on the nudg…

    …e type
    
    Combined 'slideInLeft' & 'slideInRight' effects
    Added previousSlideIndex var
    Fixed 'slideInLeft' effect
    Improved 'boxRain' loop
    Repacked
    Added official Mario quote
    Jason Busby committed Jan 21, 2012
    Configuration menu
    Copy the full SHA
    8734c6b View commit details
    Browse the repository at this point in the history
  6. Reworked 'slideInLeft' animation css

    Jason Busby committed Jan 21, 2012
    Configuration menu
    Copy the full SHA
    1e7d7fe View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2012

  1. Added cycle, cycleLeft & cycleRight effect (aka sliding)

    Added overflow hidden to CSS nivoSlider class for cycle effect
    Added slice limit attribute to createSlices function
    Repacked
    Jason Busby committed Jan 26, 2012
    Configuration menu
    Copy the full SHA
    b096465 View commit details
    Browse the repository at this point in the history
  2. Removed redundant code (oops!)

    Repacked
    Jason Busby committed Jan 26, 2012
    Configuration menu
    Copy the full SHA
    9a22de4 View commit details
    Browse the repository at this point in the history
  3. Fixed slide links not displaying.

    Changed slide link removal time to beginning of animation.
    Repacked.
    Jason Busby committed Jan 26, 2012
    Configuration menu
    Copy the full SHA
    d478bf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2012

  1. Options passed in during initialization now function correctly.

    Repacked.
    Jason Busby committed Jan 27, 2012
    Configuration menu
    Copy the full SHA
    3b12fd5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2012

  1. Updated readme with new features

    Added jQuery externs file for use when packing with Google Closure Compiler advanced.
    Jason Busby committed May 7, 2012
    Configuration menu
    Copy the full SHA
    b5dcc5f View commit details
    Browse the repository at this point in the history
  2. Added braces to prevent lint errors.

    Improved readme
    Jason Busby committed May 7, 2012
    Configuration menu
    Copy the full SHA
    651b8ac View commit details
    Browse the repository at this point in the history
  3. Improved readme

    Jason Busby committed May 7, 2012
    Configuration menu
    Copy the full SHA
    b3b9ccd View commit details
    Browse the repository at this point in the history