Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: defconcepts/jquerypp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bitovi/jquerypp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 3, 2016

  1. Edge 13 doesn't make animations with value auto

    Solving a bug in Microsoft Edge where the animation is not even started when the starting value is auto, much like Firefox; adding an OR to detect Edge in the Firefox handling code, does the trick.
    ibobo committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    cecb9a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bitovi#119 from ibobo/master

    Edge 13 doesn't make animations with value auto
    matthewp committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    85a2d54 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Fix transitionend event to match spec

    Upgrade Testee
    Fix animation tests for jQuery 2.2.x
    ccummings committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    c9fbe8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request bitovi#121 from bitovi/fix-transition-name

    Fix transitionend event to match spec
    ccummings committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    0825873 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    6bd2f14 View commit details
    Browse the repository at this point in the history
Loading