swatit-jromero / wpng-calendar

Automatically exported from code.google.com/p/wpng-calendar
0 stars 0 forks source link

Option to Turn Animation Off #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to have an option to turn off the animation for the widget or
the modal popup.

Original issue reported on code.google.com by imso...@gmail.com on 29 Mar 2008 at 3:45

GoogleCodeExporter commented 8 years ago
Let me clarify, this would need to be an option to not just remove the animation
image, but also the javascript animation.

Original comment by imso...@gmail.com on 29 Mar 2008 at 3:53

GoogleCodeExporter commented 8 years ago
I sort of jerry rigged this, but here's what I did:

Open the jquery-1.2.1.js and jquery.js files. Search for the word "fast"

You should see this: slow:600,fast:200

Change both of those numbers to -900

This just changes the speed of the slider so it's basically a microsecond -- 
it's
virtually invisible to the eye...not the best workaround; but it keeps your 
page from
sliding all over the place!

Original comment by joshc...@gmail.com on 3 Jan 2009 at 4:03

GoogleCodeExporter commented 8 years ago
Sorry, you can find those files here:

/wp-content/plugins/wpng-calendar/js

Original comment by joshc...@gmail.com on 3 Jan 2009 at 4:04

GoogleCodeExporter commented 8 years ago
Thanks a lot for this. Works like a charm.

Original comment by vko...@gmail.com on 10 Sep 2009 at 10:30