Tagged Questions
0
votes
0answers
13 views
How to have animation without lagging for Cross platform Web app development
I am developing cross platform application with phonegap. I need some basic animations in the GUI. Which Method would be best for it? please suggest.
Here is what i've done till now.
We are ...
0
votes
0answers
16 views
Moving a table row to the top of the table with animation, using jQuery and/or D3
Long story short, I have a table. Each row has a cell which contains a graph created with D3. These graphs are highly interactive with the mouse, and I'd like the user to be able to simply click on a ...
0
votes
0answers
9 views
jsplumb animate connector lines
I have created a very simple set up with jsplumb that displays a top element and then connects that element to six others on the screen.
I am wondering if it is possible to animate the connector ...
0
votes
3answers
32 views
Animating a border color
I have an element with a black border that I want to make it "pulse". I am approaching this with .animate() but I cant seem to get the results I want. I made a fiddle but for some reason nothing is ...
0
votes
2answers
36 views
Detect if jQuery is running
I want to run an animation everytime any jQuery function is running (eg.: animations, fadeIn(), fadeOut()..etc.). How can I detect if a jQuery function is started, so I can run the animation?
0
votes
2answers
49 views
Automatic page redirect with jquery after css animation
Please check out the following link for reference:
http://tympanus.net/TipsTricks/CSS3TimedNotifications/
Now, after the completion of the css animation, how do I automatically redirect to another ...
0
votes
1answer
34 views
Optimize Jquery animation
I would like to know if there is a better way to do that :
//Menu text fadeOut
$(".fixed-menu ul li .menu-text, .submenu").fadeOut("slow", function() {
//Extend menu and move the slider
...
0
votes
1answer
64 views
Source code of a CSS3 animated style
Browsing the Handimania website I realised the title was pulsing one time when the mouse would hover it. Now I know this could probably be a style-animation done with CSS or CSS3 (am I correct?) but I ...
0
votes
1answer
45 views
Fade in Slideshow with Slide Animation
Does anyone have any experience with FlexSlider? Or jQuery in general?
I'm using the FlexSlider slideshow script and I've customised it to my needs here: http://www.davidpottrell.co.uk/slide/demo/
...
0
votes
1answer
35 views
Image mask animation in two stages – possible with jQuery?
I did a search and can’t find this exact question answered anywhere (please let me know if it has been and I’ve missed it!)
I’m trying to create an animation where four images are faded in over a ...
2
votes
3answers
39 views
how do I animate a nested element with jquery?
how do I animate a nested element with jquery? I've been trying to make a table visible using jquery for hours and it won't work. the commented out
...
0
votes
2answers
27 views
Ajax wait for Animation to complete
I know this topic had been discussed earlier on stackoverflow. But all the results wont help to solve my porblem.
I use the "form" jQeury plugin like this:
$(document).ready(function() {
...
-10
votes
0answers
38 views
How to make exactly the same sliding effect [closed]
How to make exactly the same sliding effect like on this page first video section?
http://www.mahedineyahia.fr/#projects-list
6
votes
4answers
9k views
Animated line drawing with jQuery
I want to use jQuery to create an effect of a line drawing being drawn as if with an invisible pen.
Sort of like this:
...
95
votes
10answers
77k views
jQuery - How to Use slideDown (or show) function on a table row?
I'm trying to add a row to a table and have that row slide into view, however the slidedown function seems to be adding a display:block style to the table row which messes up the layout.
Any ideas ...