Questions tagged [animated]

291 questions
4
votes
1 answer

Animated Loader

I'm new to Loader. I've some examples for Android Loader. But, no one is in animated style. How can I create an animated Loader. Like this Anyone Guide me to do this?
Praveenkumar
  • 24,084
  • 23
  • 95
  • 173
4
votes
1 answer

Create animated splashscreen delphi 7

I'm trying to make an animated splashscreen while my app loads his database. I already created a splashscreen but I want to make the image "move" from left to right while the db is getting converted. Been searching for a while now but all I could…
Gab
  • 681
  • 4
  • 14
  • 27
4
votes
1 answer

sequential drawing / animation iOS

i have an array of uibezierpath's. how could I draw each path in sequence, but with a delay so it appears animated? I am currently drawing the whole array like this (and technically, it is sequential i think, but so fast it appears all at once): for…
Lordof Theflies
  • 301
  • 1
  • 6
  • 16
4
votes
3 answers

jQuery is animated on multiple elements, which is better?

I am using jQuerys animate function on a plugin, on many elements simulatensly with different durations for each element. I want to know if any animation is running or if there is no animation at all. So i came up with this: if(…
gadlol
  • 1,343
  • 2
  • 15
  • 24
4
votes
3 answers

How to program an animated background application in C#

I would like to start a Summer Project just for the sake of improving my programming skills. For this I thought it would be nice if I can program an application that will run an animated image or something similar on a windows machine as…
user9349193413
  • 1,203
  • 2
  • 14
  • 26
4
votes
3 answers

loading.gif ( but customized )

I know the various websites around the tinternet, that allow you to customize a loading.gif etc, but what I wanted to know... Is there a way, aside from creating a gif with adobe etc, to create custom text loading... So instead of the ubiquitous…
422
  • 5,714
  • 23
  • 83
  • 139
4
votes
4 answers

Load Animated gif in UIImageView IOS

I have this gif into my assets file The name of the assets is loading_apple but when I add the following code I get a nullpointer exception error: let img = UIImage (named: "loading_apple") So how can I show this gif ? :( Hope someone can help me.
Willy Cornejo
  • 105
  • 1
  • 3
  • 10
4
votes
1 answer

Imagemagick gif overlay preserves alpha on background

I am using this code to build an animated gif from a sequence of pngs: convert -dispose previous -resize 400x400 -delay 10 *.png -loop 0 -coalesce -layers Optimize output.gif. it creates a gif with transparency, but when I overlay it over a jpg…
bpmoose
  • 61
  • 3
4
votes
1 answer

Cannot set React Native Animated value to View component CSS style

I am trying to have a View component style animate. I am following the examples listed here: https://facebook.github.io/react-native/docs/animations.html But, when I render my component, I get the…
JackKalish
  • 1,555
  • 2
  • 15
  • 24
4
votes
2 answers

Best practice for resize window with animation using ToolBar on Cocoa

I'm wondering what's the best practice to resize a window when Toolbar changes. I'm trying to get this effect (animated) when a Toolbar selected option changes. Any ideas? Thank you for your help! :)
hcontreras
  • 300
  • 2
  • 11
4
votes
0 answers

how can i decode animated webp with android 4.0+

Use webp like this Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.raw.webp); imageView.setImageBitmap(bitmap); webp is ok. but animated webp can not decode bitmap.
qluan
  • 94
  • 6
4
votes
2 answers

Make an animated Chrome extension icon?

I am trying to make a new Chrome extension, and I need the icon to automatically change like a gif with an array of images, and repeat forever. My problem is I can't get the Javascript loop to work. Here is what I've got: var min = 1; var max =…
4
votes
1 answer

Is it possible to make the background of an android app into a animated background like a gif?

I don't mean make a gif into a background just a background that moves. Thanks in advance. Any help is appreciated.
Sarju Thakkar
  • 73
  • 1
  • 2
  • 6
4
votes
3 answers

Making Animated Dropdown Menu by Using Pure CSS Like Bootstrap does

I'm working with my own project to build a stylesheet(CSS) as what bootstrap does. However, I try to use only PURE CSS - no javascript or jquery even flash to do that. Now, I'm having trouble with the Animated Menu Dropdown when small resizing as…
Joe Kdw
  • 2,245
  • 1
  • 21
  • 38
4
votes
5 answers

WPF - Create a floating animated clickable control (image or...)

I want create a floating animated clickable control like a helium balloon that moves sometimes to right or left too in my WPF application. The helium balloons likes go up! but also they moves right or left if we tap on them or by wind. In…
Ramin Bateni
  • 16,499
  • 9
  • 69
  • 98
1 2
3
19 20