Questions tagged [animated]
291 questions
0
votes
2 answers
Using an animated gif in Qualtrics
Does anyone have tips of how to use moving gifs in Qualtrics? I want to add a (fake) "page loading" animated gif. I have added the gif I want to use to the Graphics Library, but when I display it the animation doesn't work.
Just FYI, I am using…

user2037759
- 19
- 1
- 4
0
votes
2 answers
Animate inline-block movement with jQuery
I have three divs with the following properties:
div.main-box {
width: 100px;
height: 100px;
display: inline-block;
padding: 20px;
margin: 20px;
border: 1px solid black;
}
They are side-by-side on the page:
__ __ …

apparatix
- 1,492
- 7
- 22
- 37
0
votes
2 answers
flash animate only one object in stage
How can I animate a single object in my stage without the other objects interfering? I want to be able to click on objects and animate them. I know this can be done using a movie clip symbol, but I have now made the main animation in Scene 1 and…

Stefan Dunn
- 5,363
- 7
- 48
- 84
0
votes
2 answers
flash Animted Library objects not animating in Workspace
I have several animated objects in the library which I have in my scene. When I run the timeline, any animations done in the scene will animate, but the objects in the library do not.
How can I make them animate at the same time whilst keeping the…

Stefan Dunn
- 5,363
- 7
- 48
- 84
0
votes
2 answers
Block a live click event until that function isn't over?
Can someone help me fix this code, please?
What I want is to block the live ('click') function until the sliddingright function is done.
('li.menu-item').live('click', function(event){
if( !$(this).is(':animated'))
{
…

Romain
- 407
- 2
- 9
- 20
0
votes
1 answer
position of images are wrong in animated photo banner
I am using this animated banner in my website.
Now I've copied the exact code from the tutorial but for some reason in my version the images seemed to be placed at the bottom of the table and cut off instead of as in the example. I've tried a…
user1875295
0
votes
1 answer
setTextureRegion AnimatedSprite
I'm developping a game which implements gif sprites...
After start with gif I used png image and for change the TextureRegion of my sprite I followed this guide: Sprite.setImage() in andengine and it worked very well.
Now I want to do the same thing…

Matteo Cardellini
- 876
- 2
- 17
- 41
0
votes
3 answers
Button in one div makes other div scroll to anchor
I'm wondering how to make a button in one div scroll to an anchor in another div. The stucture of the anchor looks like this:
The jQuery that I have is:
$(document).ready(function(){
var…

Adam
- 31
- 2
0
votes
1 answer
MKMapView won't zoom or animate
Trying to learn my way around MKMapView, but I've followed several tutorials and I can't seem to get it to zoom into my defined location, instead it just loads to a whole map view centered around the Atlantic ocean. I'm guessing something has…

William Robinson
- 1,038
- 17
- 32
0
votes
1 answer
How to use animated splash screen for iPhone web app?
I'm creating a web app for the iPhone, and I've made a splash screen for it. I'd like to have an animated loading symbol (like this one ) on the bottom of the splash screen. I made an animated gif with it, but the web app only shows the first…

Caleb
- 827
- 2
- 13
- 30
0
votes
1 answer
How can I create a menu animated with two arrows?
I have a menu animated with two arrows
one in the left of the button and one in the right of the button
the direction of the arrow is right for the right arrow and left for the left arrow
I want when I click in the arrow in the right show me another…

user1426954
- 11
- 5
0
votes
0 answers
Animate function when changing screen height
I've created a function that allows a footer to be attached/detached to the screen when jQuery collects the new page content via AJAX. This is then swiped in from the right and the background is 100% height and width to the window. The only thing…

Oliver Tappin
- 2,511
- 1
- 24
- 43
0
votes
1 answer
jquery animated UL / li
looking for simple script to animate my UL like on this site (slide, up old LI, and down new li)
http://static.livedemo00.template-help.com/wt_40268/
i Tried: http://jsfiddle.net/kndd9/1/

user1642462
- 1
- 1
0
votes
1 answer
Animated re configurable gallery (html/css)
I'm looking to create an html/css gallery with no spacing inbetween each gallery element. Just for some context, all the gallery elements are the same size and are list items contained in a ul inside a div. I already have media queries set up to…

user1560249
- 343
- 2
- 5
- 14
0
votes
2 answers
Using Storyboards better than animated UIViews?
I'm developing an app/game that contains few UIViews:
An user/pass form
A title menu
A configuration menu
1 MapView that will be the main view
4 UIViews that i will show dinamically and with animation using the "animateWithDuration" function
2…

jjordan
- 183
- 2
- 6