Questions tagged [animated]
291 questions
0
votes
2 answers
Animating elements jquery
I have a slide show that cycles through images, and then above those images I have some text and then two images. What I am wanting to is work out which images I am trying to animate and do so, however I want to have a delay between each…

Udders
- 6,914
- 24
- 102
- 194
0
votes
1 answer
UIimage animation certain amount
I'm creating a app on a iOS device and it will have a animation on the background but basically i would like to no how many images you can upload to one animation heres the code i have set up.
.h
#import
@interface ViewController :…

Picm
- 89
- 1
- 3
- 10
0
votes
1 answer
go to #id by scroll buggy on iPad
Example: http://bit.ly/LWZv42
Coding a one page layout with animated scroll for Nav. Everything works perfect in desktop, but on the iPad you simply can't go back and forth by clicking the nav li links. I noticed though if you click a nav link then…

Niko Lowry
- 1
- 1
0
votes
1 answer
PHP GD Image - output animated GIF
I have a animated GIF that I want as a watermark. How do I include an animated GIF? is this supported?

Bushell Consultancy
- 77
- 2
- 8
0
votes
1 answer
How do I check if a window is still loading and also finished loading?
I am creating a functionality where a user presses a button (Print Timetable) and then a popup window appears with a page showing their timetable and then the printing options automatically appear. However, when the popup is still loading the…

Johnathan Au
- 5,244
- 18
- 70
- 128
0
votes
1 answer
How do I create a "new" flashing button?
I sincerely apologize if this is a noob question, however I am failrly new to web development and would like to ask the community with some help and advice in creating a type of flashing "new" button on a website.
What I am trying to achieve is an…

geoNeo_
- 103
- 1
- 3
- 9
0
votes
2 answers
Make an element unclickable while animated
I am trying to make an element not clickable when it is animated. When the animation is done I want it to be clickable again. I have searched a long time for some help on how to achieve this, but I can't get it to work and I don't know why.
The…

Oscar Hansson
- 1
- 1
0
votes
1 answer
flex 3 animated gif for datagrid loading
I want to display some kind of animation when my datagrid is updating. Does anyone have any good examples of this?

cdugga
- 3,849
- 17
- 81
- 127
0
votes
2 answers
Android: making buttons off the view
I have to make complicated animated menu sliding from the top of the screen. Due to it's nature I can't use slidingDrawer... Is there any other option for it?

mglisty
- 151
- 2
- 4
- 15
-1
votes
1 answer
How can i create background canvas animated effect?
I found one here:
http://tympanus.net/Development/AnimatedHeaderBackgrounds/
but need more like what i am looking for.
Is this possible to create with HTML5 Canvas?
-1
votes
1 answer
How to Show Gif Animated Image for Image Preview Like MHFacebookImageViewer?
hi i have to show gif animated image preview like facebook in iOS. i was tried to use MHFacebookImageViewer for gif animated image. anybody can help me?
Thanks.

bhautikmewada191
- 653
- 1
- 9
- 20
-1
votes
1 answer
Create menu that looks like iOS7 select menu
I'm trying to create a menu that works like the select menus on iOS7. I've been using jQuery but I haven't been able to get it to work smoothly and look nice.
Has anyone managed to do this or do you know of anywhere else it has been done so I can…

stuartb
- 335
- 1
- 4
- 17
-1
votes
1 answer
How to make a Javascript timer bar?
I basically just want to know how to make this:
http://codepen.io/rjtkoh/pen/OPeNWP
.timerwrapper {
height: 60px;
width: 100%;
background: #484949;
position: relative;
margin: auto;
}
shrinking($item, $duration) {
$duration =…

rjtkoh
- 201
- 3
- 11
-1
votes
1 answer
Making animated movie and embed in game in unity3d
I want to make a 3D animated movie/video so that I can embed it after my game level made in Unity3D.
May anyone tell me the free software that I can use for this?
Thanks in advance.

Sonali Chawla
- 3
- 5
-1
votes
1 answer
How to download animated gif from URL with Java?
I have tried a lot but, all i can get is just the first image and not the animated gif.
The best solution at the moment was load an animated gif into icon, but i need the file. Here the code:
final URL url = new…

user123453453
- 38
- 1
- 3