8
votes
4answers
3k views
Simple animation using C#/Windows Forms
I need to knock out a quick animation in C#/Windows Forms for a Halloween display. Just some 2D shapes moving about on a solid background. Since this is just a quick one-off project I really don't …
8
votes
5answers
2k views
How do you pause before fading an element out using jQuery?
I would like to flash a success message on my page.
I am using the jQuery fadeOut method to fade and then remove the element. I can increase the duration to make it last longer, however this looks …
7
votes
1answer
714 views
Animate WPF Datatemplate when item added to Listbox?
Hello,
In my project I have a WPF Listbox bound to an ObservableCollection. Every time I add a new item to the Collection the same item is added to the Listbox automaticly.
To display the items in …
6
votes
3answers
131 views
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 that independently …
6
votes
4answers
432 views
WPF - Making an animation’s execution conditional on a property of the bound data item
I have a data object -- a custom class called Notification -- that exposes a IsCritical property. The idea being that if a notification will expire, it has a period of validity and the user's …
6
votes
3answers
564 views
iPhone - Have the keyboard slide into view from the right like when editing a note in Contacts
Hello,
I'm looking for a way to slide the keyboard into view from the right, like what happens in the Contacts application when you edit a note.
My problem is that when I call [someTextView …
6
votes
5answers
680 views
Is there an algorithm for converting quaternion rotations to Euler angle rotations?
Is there an existing algorithm for converting a quaternion representation of a rotation to an Euler angle representation? The rotation order for the Euler representation is known and can be any of the …
6
votes
2answers
460 views
How can I get smoother animation for sliding content with JavaScript/jQuery?
I have some content sliding here.
http://www.smallsharptools.com/downloads/jQuery/Slider/slider.html
The HTML structure is simple. There is an outer box with a fixed height and width with the …
6
votes
2answers
575 views
Scrolling credits screen in WPF… ideas?
I'm looking to create a (possibly 3D) scrolling credits screen for my app, that is similar to what you might see at the end of a movie, but should be able to include graphics, animations, etc.
What …
5
votes
10answers
262 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 trying to do. But I have …
5
votes
3answers
361 views
WIN32, C++: Is it possible to animate a window without hiding it?
I Have an edit control (a text field) which I want to animate. The animation I want is that it slides out, creating an extra line for this text field. I am able to animate my text field and able to …
5
votes
3answers
1k views
how to create iphone’s wobbling icon effect?
Hello,
I want to wobble an image back and forth in my application similar to how the iPhone icons wobble when you press down on it. What's the best way to do that?
This is my first foray into …
5
votes
7answers
4k views
How do I get an animated gif to work in WPF?
What control type should I use - Image, MediaElement, etc??
4
votes
1answer
160 views
Animating rows in an NSTableView
Is there a simple way of animating rows in an NSTableView?
I'd like to be able to do something like flash a row, or fade out a row.
Essentially - to provide a bit of visual feedback when rows are …
4
votes
3answers
336 views
How do I tween in java?
I'm looking into making a 2d game in java and I've run into a problem with animation: How do I do tweening in java? Are there any libraries or maybe something I can find bindings for?
Understand that …
