From 2b31eafb618ccc758bb0a66232a9154a54602c72 Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Tue, 8 Dec 2009 00:08:44 +0000 Subject: [PATCH] Dstepicker - Demonstrate opening/closing animations --- demos/datepicker/animation.html | 54 +++++++++++++++++++++++++++++++++ demos/datepicker/index.html | 1 + 2 files changed, 55 insertions(+) create mode 100644 demos/datepicker/animation.html diff --git a/demos/datepicker/animation.html b/demos/datepicker/animation.html new file mode 100644 index 000000000..804cc3d11 --- /dev/null +++ b/demos/datepicker/animation.html @@ -0,0 +1,54 @@ + + + + jQuery UI Datepicker - Animations + + + + + + + + + + + + + + + + +
+ +

Date:

+ +

Animations:
+ +

+ +
+ +
+ +

Use different animations when opening or closing the datepicker. Choose an animation from the dropdown, then click on the input to see its effect. You can use one of the three standard animations or any of the UI Effects.

+ +
+ + + diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html index f66e0ede3..5bba2ecc0 100644 --- a/demos/datepicker/index.html +++ b/demos/datepicker/index.html @@ -21,6 +21,7 @@
  • Show week of the year
  • Display multiple months
  • Icon trigger
  • +
  • Animations
  • Event Search