0
votes
2answers
51 views
[Java] How to make an animation with Swing ?
Hi,
I am making a JApplet and got stuck with a animation problem.
Here is my code :
this.sprite.setBounds(0,0,20,17);
this.sprite.setIcon(this.rangerDown);
for(int i = 0; …
0
votes
1answer
22 views
How do I disable the opening and closing animation of the DropDown of a ComboBox in WPF?
When I put a combobox in my WPF app, at runtime, when I click it, it rolls down the included items. After selection, it rolls the DropDown up again.
Is it possible to prevent the …
0
votes
2answers
25 views
animated swap position of two buttons
I am trying to swap the position of two buttons.
my swapping code looks as below.
private void exchangeButtons(Button btn1, Button btn2) {
// Create the animation set
…
0
votes
1answer
23 views
how to drag in the animation in iphone application?
Hi,
Iphone application is using the static co-ordinates to reach at some points in the application,which is based on the button event.
But what i want is when i drag the item than …
0
votes
2answers
26 views
Wpf Animation performance drops suddenly
I have a simple fade in animation on a large Rectangle inside a ScrollViewer and I notice a significant drop in performance when I increase my windows size past a certain size.
r …
0
votes
1answer
20 views
WPF Animation Completed Event in ControlTemplate
In my WPF application, I have the standard Generic.xaml file, which contains a style for my custom class, Frost.
I need to find a way to hook up the Completed event of one of the …
0
votes
1answer
28 views
Need help with this jQuery animation
Hi,
I have a few list items and id like a slide effect between the two items that are being swapped around.
This is what I have so far. This animation works the first time around …
2
votes
2answers
28 views
Animation : How to make UIbutton move from right to left when view is loaded?
Hi
I have not done any animation stuff with iphone development so far.
Can anybody help me how to make UIbutton move from right to left when view is loaded?
I want to generate e …
0
votes
1answer
12 views
Remove storyboard but keep animated value?
How can I remove a storyboard in XAML (i.e. RemoveStoryboard action in a DataTrigger) but keep the value that was animated. Similar to the Animatable.BeginAnimation:
If the ani …
1
vote
7answers
184 views
Why is Python a favourite among people working in animation industry?
What is that needs to be coded in Python instead of C/C++ etc? I know its advantages etc. I want to know why exactly makes Python The language for people in this industry?
2
votes
3answers
62 views
Best approach to animate physics in Silverlight?
I am new to Silverlight and want to animate a ball that is shot out of a cannon then moves through the air under the laws of physics (so roughly, on an elliptical path).
My inclin …
1
vote
2answers
44 views
jQuery selector samba
This is my first post on stackoverflow, hello everyone!
My first venture into jQuery animation is to have a set of images in two divs, top-half and bottom-half, and make them rota …
0
votes
1answer
21 views
AS3 - Using Matrix3D objects for reordering display
I'm working with about 20 objects that are moving around in 3D space. Adobe recommends "Using Matrix3D objects for reordering display":
Use the getRelativeMatrix3D() method of th …
2
votes
1answer
52 views
+250
define animations and triggers as reusable resource?
Is there a way to define an animation somewhere in xaml (eg. as a resource) once and then reuse it multiple times? I have a lot of independent brushes across differnt datatemplates …
0
votes
1answer
23 views
Objective C speeding up animation / object creation
Hi,
What kind of trick can I use to speed up and improve an image sequence animation?
I'm using the code below, but then just running through the codes below takes a couple of se …
