Tagged Questions
1
vote
2answers
23 views
Fade and slide effect on navigation (jQuery)
I'm trying to create a "back to top" link that fades in and slides in from left when the user scrolls past a certain point and fades and slides out again after scrolling back up past the same point.
...
0
votes
0answers
18 views
Making unordered list slide with jQuery?
JSFiddle is at http://jsfiddle.net/Vd8PJ/1/
Basically what I'm trying to do here is make the unordered list containing the images slide to the right. My plan is to bring the images that go out of the ...
0
votes
3answers
23 views
Delay on default action a tag
Is it possible to make an delay on a default action?
I have this link and after i click it i show a hidden div with content. Then i want to slide down to that div with my screen, so the new div is ...
0
votes
1answer
11 views
Can't get textilate.js to work outside default settings
I am trying to use textilate.js to animate some text. When I use the most basic function
$("#ttl1").textillate();
the effect works ok.
However when I try to apply a different one,, like the one ...
0
votes
2answers
16 views
jquery ajax can't animate div height resize in success function
here is my problem: I have a menu in which every item has a content updated via ajax (putted in the "content" div).
<ul id="menu">
<li class="gr" on><a ...
-1
votes
2answers
24 views
syntax of if condition within animate of jquery
How do i write if condition within animate for the following?
$($("#tabs > ul"), $(this).parent()).animate({
marginLeft: '+=' + marginleft
}, '10000', ...
0
votes
1answer
18 views
Animate a div to go around an object and not through
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script>
...
0
votes
1answer
30 views
Hovering div and image problems with jQuery animation
I'm having a conflict with the way I have an .animation going with JQuery.
I have an image that holds showthis() and hidethis() functions:
function hidethis() {
$('#info1').animate({
...
-4
votes
1answer
15 views
How to make an infinite animate loop in jQuery? [on hold]
All right, I'm trying to create an jQuery carousel for my website. I know I can use the "last" and "first" selectors to move the images that have already passed back into the line, but how do I make ...
1
vote
3answers
52 views
jQuery hover function - what am I missing?
I'm simply trying to animate some div's I have in my HTML code. I just took a summer course and now that it's over I want to keep coding and learning more, so I'm just messing around, but coming up ...
0
votes
0answers
35 views
jquery.animate has delay in 2 loops
I am writing animation on jquery: there 11+ pictures and they move left on page through 2 loops / cycles (for).
Question: After first cycle (where j) animation has delay ~1 sec and then all 11 ...
2
votes
2answers
33 views
How to interrupt animations
Is there a way to either:
1. prioritize a certain string over another
or
2. interrupt a currently running string and start a new string?
i have a following code like this. it is supposed to turn the ...
1
vote
1answer
53 views
Using .animate on scrollTop
How do I go by adding .animate to this piece of code?
$("body,html").scrollTop($("#wrapper3").position().top);
I have tried adding .animate before scrollTop, but it keeps showing an error in ...
0
votes
0answers
11 views
Animations are choppy when using Jquery plugin (Roundabout) with AngularJS
I'm having issues with the animations when I try to use the jquery plugin "roundabout" (http://fredhq.com/projects/roundabout/) with an AngularJS application. I've written a directive for it:
...
0
votes
2answers
37 views
Continuous Font-Swapping of a Word's Font on a Web Page [on hold]
Can anyone point me to where I could find a jQuery plug-in, example Canvas code, or a CSS3 animation tutorial that would allow me to create the below effect:
I would like to have the word "Hello" at ...