Questions tagged [animated]

291 questions
3
votes
1 answer

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 Parallax background with three layers. I am making a…
user2063918
  • 31
  • 1
  • 3
3
votes
1 answer

How to use presentModalViewController in Android?

Currently i am working in Android application, In iphone application Using presentModalViewController to animate view from bottom to top on a screen, similarly in Android application, How to use presentModalViewController Control in Android? Is it…
SampathKumar
  • 2,525
  • 8
  • 47
  • 82
2
votes
1 answer

Using an animated GIF in a JComboBox

I'm trying to use animated (GIF) icons in a JComboBox. As the DefaultListCellRenderer is based on JLabel, ImageIcons are directly supported when putting them into the the ComboBoxModel. However this does not work with animated GIFs. In the dropdown…
user330315
2
votes
2 answers

animated scroll in div with overflow scroll

I'm using a animated scroll to id function that works really well for a whole page, moving to different elements with specific ids in a page. What I'd like to be able to do though is have the scrolling limited to a specific div that has a height of…
loriensleafs
  • 2,205
  • 9
  • 37
  • 71
2
votes
1 answer

Activity crashes when using animated gif and movie (Android)

My code right now downloads an animated gif from a website, and since, as far as I know, webview and imageview doesn't support animated gifs and using BufferedInputStream and Movie.decodeStream along with a custom View to render it (this code runs…
Smiden
  • 645
  • 1
  • 6
  • 11
2
votes
1 answer

Add animated GIF to email/sms/whatsapp

I was wondering how to get to add some custom designed animated GIF emoticons to native applications in android like SMS/EMAIL and to other applications like Whatsapp? I know how to display an animated Gif in Android using AnimationDrawable object.…
Doaa A.
  • 129
  • 1
  • 2
  • 11
2
votes
1 answer

- (void)viewWillAppear:(BOOL)animated detect custom animation

I have a button which when pressed pushes a view controller however i'm using a custom animation so pushViewController: childController animated: is set to NO. What i want to do though is detect this custom animation in my -…
Sami
  • 1,374
  • 1
  • 16
  • 43
2
votes
2 answers

How can I get bended edges in a TikZ graph?

I'm using TikZ to show Prim's algorithm, like in this example on texample.net. How can I get TikZ to create bended edges instead of the straight ones here?
Chris
  • 21
  • 1
  • 2
2
votes
1 answer

UIScrollView setContentOffset scrolls outside the content size and doesn't snap in back

I want to scroll to the top of a UIScrollView. You have two possibilities: setContentOffset() scrollView.contentOffset If I use an animation then the scrollview sometimes scrolls to (0, -26) instead of (0, 0). So it scrolls further but then…
testing
  • 19,681
  • 50
  • 236
  • 417
2
votes
1 answer

Imagemagick C# animated .gif

I was curious as to how to create an animated .gif in C# using the imagemagick library class. This is what i am using so far: using (MagickImageCollection collection = new MagickImageCollection()) { //collection.CacheDirectory =…
Sam
  • 45
  • 2
  • 11
2
votes
1 answer

Javascript/JQuery suddenly stops working in Chrome and Firefox, but still works in Safari

As the title states, I have a script that has just suddenly stopped working properly. The script essentially replaces a jpg with an animated gif once hovered over said jpg. Until today everything was working fine, but now the the animated gif…
Leon Rida
  • 21
  • 2
2
votes
2 answers

CSS Scrolling Animation not working in Edge

I am using an animation to scroll some images on a new site I'm coding, but I've just discovered it doesn't work on Edge? This is my code, does anyone know why it wouldn't be working? Seems odd that Edge wouldn't work being the latest :) HTML
dpDesignz
  • 1,909
  • 10
  • 34
  • 70
2
votes
0 answers

Animated border menu mobile scrolling issue

I'm trying to build a web page in Rails using animated boder menu from tympanus.net - http://tympanus.net/Tutorials/AnimatedBorderMenus/index2.html aand it worked awesomely.. until I checked it on mobile devices.. Page is hosted here…
3mpetri
  • 599
  • 1
  • 9
  • 26
2
votes
1 answer

Animated gif alternative with broad browser support?

I would like to insert an animated image to a blog and a forum (hence I can't use javascript, CSS, SVG, HTML5 and other tricks), but the gif animation is too big, about 700K. It was made of a photo, so I can't reduce the colours below 256 palette…
Konstantin
  • 2,983
  • 3
  • 33
  • 55
2
votes
0 answers

Animate Canvas.drawline in android customview

I am currently working at a travel app, and I have a vertical line, that represents the progress made on your trip. This is the onDraw function of my class: @Override protected void onDraw(Canvas canvas) { super.onDraw(canvas); if (paint…
rosu alin
  • 5,674
  • 11
  • 69
  • 150