8000 0.9.9. · f2er/jquery.transit@8231ed1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8231ed1

Browse files
committed
0.9.9.
1 parent 5d5eb76 commit 8231ed1

File tree

4 files changed

+727
-4
lines changed

4 files changed

+727
-4
lines changed

HISTORY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
v1.0.0 - Dec 14, 2012
1+
v0.9.9 - Dec 14, 2012
22
---------------------
33

4-
Many, many thanks to the many [contributors] who made this release happen!
4+
Many, many thanks to the many [contributors] who made this release happen! This
5+
is a pre-release of 1.0.
56

67
### Fixes and additions:
78

jquery.transit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery Transit - CSS3 transitions and transformations
3-
* Copyright(c) 2011-12 Rico Sta. Cruz <rico@ricostacruz.com>
3+
* (c) 2011-2012 Rico Sta. Cruz <rico@ricostacruz.com>
44
* MIT Licensed.
55
*
66
* http://ricostacruz.com/jquery.transit
@@ -9,7 +9,7 @@
99

1010
(function($) {
1111
$.transit = {
12-
version: "1.0.0",
12+
version: "0.9.9",
1313

1414
// Map of $.css() keys to values for 'transitionProperty'.
1515
// See https://developer.mozilla.org/en/CSS/CSS_transitions#Properties_that_can_be_animated

0 commit comments

Comments
 (0)
0