1
vote
2answers
25 views
CSS background-position: animating and performance
I've seen many examples for animating the background-position of elements to produce nice looking scrolling backgrounds.
These examples tend to also script in reset counters to pu …
0
votes
1answer
17 views
UISlider in UIBarButtonItem impacts animation behavior
Hi all
In IB, I set a view MyView with an UIToolBar and I drop an UISlider on it. IB automatically embeds it in an UIBarButtonItem and sets its view with the UISlider.
I display …
0
votes
5answers
78 views
How to create the effect like this page?
Click "Reply by Email" of that page,
http://losangeles.kijiji.com/rooms-roommates/el-monte/room-for-rent-el-monte-california-91732/?ad=785656
0
votes
2answers
26 views
Are multiple UIView animation callbacks a bad idea (i.e. cause mem issues)?
I have multiple UIView animations running in my app. They are very short, and then make callbacks to a method that then usually fires off another animation. This leads to a lot o …
0
votes
0answers
20 views
jQuery smooth image change
Hi there... I wonder how to make image change in my jQuery script smoother.
I also have an animate() chain, can I attach the "src" change into it or not? Sadly I can't use images …
0
votes
1answer
30 views
Bezier timed animation path
Hi,
I'm trying to define a path of points. Each point has an x, y, and time. I then want to query this path and get the current position at that point in time. Let me share som …
0
votes
1answer
14 views
Blackberry - how to animate Custom Field?
I have created a custom field class "Seek" to draw a fillrectangle.
class Seek extends Field {
int fill;
protected void layout(int width, int height) {
setExtent(320, …
0
votes
2answers
58 views
continuous loop with divs and jquery
Hi - I'm continuing a previous post, but I thought I'd open a new thread since it takes a different approach and has more actual code. Anyway, I'm trying to get an infinite loop go …
0
votes
1answer
19 views
“Masking” an animation? iPhone SDK
I have been looking into ways of masking images on the iPhone. I came across this solution
http://iphonedevelopertips.com/cocoa/how-to-mask-an-image.html
which works great for s …
0
votes
1answer
47 views
how to implement an iPhone view transition animation with both flipping and scaling?
how can I implement the animation we see in the iPhone Music app's coverflow screen? when you click on a small view, it flips and scales up to another view? how can I do this? I ca …
0
votes
0answers
28 views
Using CATransition with multiple Xib files on Iphone
I've been following this tutorial(www.vimeo.com/1450817) on using Multiple XIB files and I wanted more Transition animations besides flipping and Curling.
I've also came across th …
0
votes
2answers
50 views
WPF 3d rotation animations
Hi Everyone,
I have a few 3d rectangles on my screen that I want to pivot around the Y axis.
I want to press down with the mouse, and rotate the 3d object to a max rotation, but …
2
votes
4answers
106 views
How to show animated image from PNG image using javascript? [ like gmail ]
First of all,check out this image
Gmail uses this image to display the animated emoticon.
How can we show such animation using a png image?
5
votes
10answers
248 views
Javascript vs jQuery?
I'm a backend programmer and I wonder about one thing. I know just a little about Javascript. I know the basics when I look at some Javascript code, I understand what code is tryin …
0
votes
4answers
44 views
jquery animation not showing up
$('#main-mission .fade').animate({opacity:1.0;filter:alpha(opacity=100);}, { queue:true, duration:2000 }).animate({opacity:1.0;filter:alpha(opacity=100);}, 1500).animate({opacity:0 …
