The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
28 views

How do you animate ListView top padding in Android?

I'm doing a pull to refresh list view and when the user lifts his/her finger off of the screen, I want the padding to animate back to its original value. Here's what I have from the library I'm using, ...
0
votes
2answers
32 views

How to display .gif file in imageview?

My layout have lots of imageviews. I want to show .gif animated file in just one imageview. I tried Yash method (Adding gif image in an ImageView in android) but .gif file shown all layout. Other ...
-2
votes
0answers
13 views

Need an APNG decoder (splitter) class [closed]

Does anyone know where I can find an APNG splitter class in PHP? I am sure there was one. I had it some time ago, but lost it somehow and can not find it in the internet anymore. Please, help!
0
votes
0answers
28 views

Animated gif will not animate when preloading

For some reason my loading gif is not animating (though the actual image, when not on the page, does animate.) The following is the code I'm using: <script type="text/javascript"> ...
0
votes
0answers
30 views

Animating PhP Generate PNG Images

I have a PhP script that generates a random sentence every load (located here), And I wish to add a underscore ('_') flashing animation to it. I have use the tutorial supplied by ...
1
vote
1answer
59 views

VS2012 Setup like WPF window animated SizeToContent

I'm trying to achieve the same animation than VS2012 setup window, autosizing and centering on every content size change in a nice animated way. The problem is that it can't be done purely by code as ...
0
votes
1answer
32 views

Can Jquery know when my animated gif has ended?

Im wondering if its possible to have an animated gif play, then fire off an event through jquery once the gif has reached the end of its animation. Once it does that, then it loops back to the ...
0
votes
1answer
92 views

Animated backround for my android activity using Eclipse and ADT

I want to create a background that covers the whole screen of my Activity. Just like: android:background="@drawable/background" But I want this background to be animated (60 frames), looping and ...
0
votes
0answers
46 views

CSSPanel Menu multiple panels

Hey all been trying to figure out how to do the following http://codepen.io/jetpacmonkey/pen/ktIJz but with menus on both sides. I was able to add a menu to the right as well; the issue I'm having ...
0
votes
1answer
24 views

Java move player smoothly from one point to another

All I need is to claculate the new coordinites of a player based on a click and have the player move towards it smoothly. For example player is at (20, 20) and you click at (50, 80) how would i get it ...
0
votes
1answer
43 views

Trigger Animated Elements reaching div ID

What's up? I'm looking for a while for a solution or a tutorial to trigger a css3 animation using Jquery. I know I can add a class to the div to animate it with css3. But I want to add the class ...
1
vote
1answer
124 views

Display animated gif in ImageIcon proxy with java swing

I used to write that this JLabel label=new JLable(URL); frame.getContentPane().add(label); and it works with animated gif image however , when I want use a imageProxy to load the gif form the ...
3
votes
1answer
137 views

Download animated GIF

I'm using the below to grab an animated gif off the web. However, upon saving this to disk, I lose the frames in the gif, and it no longer animates. Not sure whether the problem is in the below ...
0
votes
0answers
24 views

scrolling and moving in and back out

i am trying to achieve an effect similar to the demo/source found here... http://pehaa.com/2011/08/intriguing-animate-on-scroll-effect-jquery-tutorial/ what i want to do is add more elements to the ...
0
votes
1answer
319 views

Creating an animated GIF in Cocoa - defining frame type

I've been able to adapt some code found on SO to produce an animated GIF from the "screenshots" of my view, but the results are unpredictable. GIF frames are sometimes full images, full frames ...
2
votes
0answers
119 views

X,Y Scatter Plot with Animation

I'm looking for a way to graph multiple point within an (X,Y) plane, and have them appear (then disappear) one at a time. I have a total of about 400 (x,y) points, which are position tracking ...
0
votes
1answer
252 views

C# - Multiple animated gifs in picturebox

I have been searching around and have found many ways to tile images in a picturebox (drawing to an image, then displaying that image in the picturebox), and also ways to get animated gifs working on ...
-1
votes
4answers
330 views

Glass of water to show progress CSS JQuery [closed]

I have been working on an app and recently started making some pretty large changes to it. Basically, the app enables the user to keep track of the water they drink and apply that to the goal they set ...
-1
votes
1answer
429 views

Animate this simple jquery menu (jsfiddle included) [closed]

Is there a way of animating this menu so it expands smoothly and the content fades in for each section? Also must have smooth fade and expand animations for transitions between open menus and closing ...
5
votes
1answer
126 views

Plotting animated exchange (plotting directional edges)

I once saw this plot (LINK) on shipping trades. I work with dialogue exchanges and thought it may be interesting to map this sort of exchange using R. This is a larger question but I think it may ...
0
votes
1answer
50 views

Subclassed UIView not displaying proper after animating frame

I have subclassed UIView to contain basically a UIPickerView and a UIToolbar. When the user selects a particular row in the picker I will then add a UIImageView over the picker. However this image is ...
-3
votes
2answers
247 views

Drawing an animated line using javascript (without Raphael or other plugins) [closed]

I am trying to draw an animated line inside an SVG element. i.e the line draws over a period of time. I've searched, but all answers usually point to Raphael library. I however, cannot use any ...
0
votes
0answers
77 views

Pause (Stop and continue) a UIScrollview in animated mode IOS iphone

I've implemented some code to slowly scroll the contents of a UIScrollview - (void) scrollWords{ offset.y = offset.y+SCROLL_TEXT; // SCROLL_TEXT is defined as 350 [UIScrollView ...
9
votes
3answers
180 views

Make elements automatically fit width of parent w/o tables/javascript

Is it possible to create a div containing multiple boxes that automatically fit to the size of the parent (distributed evenly) without the use of a table or Javascript? I realize that it is possible ...
0
votes
2answers
95 views

Dispalying a message after displaying an animated GIF

The following is my code, and I already have the animated GIF working but I need a message or another picture to be displayed after 5 seconds when the GIF is disabled. Thanks in advance JavaScript ...
0
votes
1answer
231 views

Text animation using jQuery or possibly a plugin

I tried creating a flash effect like this header using jQuery so it would work on mobile devices. The more I searched and added different things, the more complicated I made it. Here's the code in ...
3
votes
2answers
670 views

AndEngine animate sprites on parallax background help! :)

Hi, My name is Jonas and i am attending a university course in Android programming. I always have to take the hard way and going AndEngine. In the above picture you can see that i am using a ...
0
votes
1answer
97 views

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 ...
0
votes
2answers
170 views

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; } ...
0
votes
0answers
38 views

flash borders around objects when exporting animate gif

I've been trying to export my movies as gifs for banners but some frames seem to have rendered the borders which are usually present when you have an object selected in the scene. There are blue ...
0
votes
2answers
34 views

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 ...
1
vote
2answers
127 views

animated gif on uibutton

I use this code, that work, really size of image 160x148 but image button is view very big on all screen! UIImageView* animatedImageView = [[UIImageView alloc] initWithFrame:self.view.bounds]; ...
0
votes
2answers
26 views

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 ...
0
votes
2answers
85 views

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( ...
0
votes
1answer
64 views

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 ...
0
votes
1answer
108 views

css background position with auto start and infinite loop

I am trying to create an animated character waving his little hand, literally two frames, I have the image that is 400px wide and height 34px high. I am trying to start a lopping background position ...
-2
votes
1answer
203 views

jQuery animated dataview sorter

Does anyone know a dataview sorter in jQuery similar to this one (built with extjs) http://docs.sencha.com/ext-js/4-1/#!/example/view/animated-dataview.html ?
0
votes
1answer
136 views

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 ...
0
votes
2answers
221 views

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: <a id="organisational_change"></a> The jQuery that I have ...
0
votes
0answers
23 views

Play FLV file like image

Is it possible to play a small flv file (logo of the site) like a image? For example a flv file to show like a animated gif image
4
votes
2answers
225 views

matplotlib qt imshow animate

Does imshow animation work with the qt-backend? The following works fine in non-qt but does not animate using qt - just shows the last frame: img = standard_normal((40,40)) image ...
0
votes
2answers
141 views

Show user selected location on mapview

I am getting co-ordintes from user in UITextFields. He enters them in degrees,minutes and seconds. I get the latitude and longitude from them after conversion. I set the coordinates and "build" a map. ...
-3
votes
1answer
1k views

How to set animated gif as facebook app tab image? [closed]

Look at this page: https://www.facebook.com/blinkbox There is a tab image with animation. how can this be? Facebook won't support animated gif and if I try to load one it change it to static image. ...
2
votes
2answers
1k views

Can a PictureBox show animated GIF in Windows Application?

I would like to show a animated gif in .Net Winform. How to do this? I previously used VB 6.0. Thanks very much.
0
votes
0answers
224 views

Easing Dropdown Menu Issue

I have a dropdown menu that uses easeOutBounce to show/hide the subnav. It was working perfectly for months, then our web host switched servers, and all of a sudden it doesn't work. I am completely ...
1
vote
2answers
494 views

How to delay an animated sprite in Andengine?

I have an animated Sprite that is drawn on the screen when I press the button. However, I want to the animation to start after 5 seconds. Technically, the ver first PNG in the "animation set" is shown ...
1
vote
1answer
359 views

How to animate an image in WPF with a mousedown event on the canvas or window

I have a window with a canvas using WPF and C#. On the canvas I have an image. I want to apply a mousedown event to the window or canvas that will animate the image left or right depending upon which ...
0
votes
1answer
338 views

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 ...
2
votes
1answer
353 views

How to make rotating menu

I have a question about rotating menu in android. I would like to make animated menu moving like gun cylinder. http://i.imgur.com/COb8a.png Where 1-6 are ImageButtons, and the buttons are rotating ...
2
votes
3answers
151 views

Add a subview to a view more beautifuly?

I want to be able to fade in a sub view. Is there a way to animate that so that when my subview gets added it fades in and not just is all of a sudden pops up there. I know I could get several ...

1 2 3 4