aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect
Commit message (Collapse)AuthorAgeFilesLines
* Effects: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-2010-10/+10
|
* Effects: RewriteMike Sherov2014-12-107-13/+19
| | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017
* Easing: Fixed small typo in easing demoAnne-Gaelle Colom2014-11-171-1/+1
|
* Effects Demos: Fix typeErrors on puff and size demosMike Sherov2014-09-103-0/+6
|
* Build: Reorganize external directoryScott González2014-06-2410-10/+10
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Button demo: Replace anchors with more appropriate buttonsJörn Zaefferer2014-04-248-15/+8
|
* Effect demo: Change anchor to button elementJörn Zaefferer2014-04-241-1/+1
|
* Demos: Adding <meta name="viewport"> tag for easier mobile browsingTJ VanToll2014-03-071-0/+1
|
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-0510-10/+10
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-2410-68/+68
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-0510-10/+10
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Effects (core): Unite demos into the same single effect/ pathRafael Xavier de Souza2013-06-229-0/+527
|
* Effect: Give puff-effect and size-effect its own files. Previously, they ↵Rafael Xavier de Souza2013-06-221-0/+2
| | | | were into scale-effect file.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-052-2/+2
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-172-2/+2
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-142-2/+2
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-202-2/+2
|
* Demos: Cleanup.Scott González2012-09-103-30/+12
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-132-2/+2
|
* Tests: Fixining jquery include versionCorey Frang2012-07-231-1/+1
|
* Build: Splitting Release Coverage build into threeCorey Frang2012-07-231-1/+1
|
* Effects: Renamed all files.Scott González2012-06-152-15/+15
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-222-2/+2
|
* Easings: Rewrote all easings to only rely on state and reduce code size. ↵Scott González2012-02-111-17/+18
| | | | Fixes #8115 - Easings: Simplify equations to only rely on state.
* Upgrade jQuery to 1.7.1.Scott González2011-11-222-2/+2
|
* Upgrade jQuery to 1.7.Scott González2011-11-092-2/+2
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-182-2/+2
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-252-2/+2
|
* Effects demo: Animate a containing div instead of the canvas directly for ↵gnarf2011-03-091-3/+4
| | | | | | easing demo. Fixes #7086 - easing only first click is working. Canvas seems to be animating poorly in Chrome 11 - and animating the height only is scaling width too in some browsers yet not others...
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-022-2/+2
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-122-2/+2
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-212-2/+2
|
* Demos: Cleanup.Scott González2010-09-093-4/+4
|
* Effects demos (partial): Coding standards.Scott González2010-09-093-107/+110
|
* Effects demos: cleanupjzaefferer2010-04-121-1/+1
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-123-3/+6
|
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-162-2/+2
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-162-2/+2
| | | | file renames in 1.8a1
* switched to jQuery 1.4.1Richard Worth2010-01-272-2/+2
|
* switched to jQuery 1.4Richard Worth2010-01-202-2/+2
|
* Effects: Added fade effect. Needs documentation.Scott González2009-11-131-0/+2
| | | | Fixes #4416 - Add fade effect.
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-172-14/+14
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* effects easing: typoJörn Zaefferer2009-09-021-1/+1
|
* fixed a little issue in Chrome, SafariRichard Worth2009-09-021-1/+2
|
* Fixed a bug in the drawing of all the graphs, especially visible in easeout ↵Richard Worth2009-09-021-6/+14
| | | | curves. Added a top line to each graph. Added support for linear graph and preview. Slowed animation down a bit, to aid in preview.
* eol-style and mime-typeRichard Worth2009-05-221-91/+91
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-18/+22
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-2/+2
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-1/+1
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-1/+2
|