0
votes
0answers
11 views
Can you animate gradients using Quartz in an iPhone?
Hi,
I am new to iPhone development and am currently toying with recreating a charting tool I developed for Silverlight.
Currently I'm using a gradient to 'fill' a rectangle representing a bar within …
0
votes
3answers
26 views
Using setTimeout To Delay A jQuery Animation
I'm working on some out transitions on image when a user presses the button to move to the next image. When there are multiple images next to each other that are very narrow, those images will all …
1
vote
3answers
33 views
How to omit opacity changes from jQuery show()
I want to use the jQuery show(700) function, but I do not want any opacity changes. The element in question has a background PNG image with alpha transparency, and the opacity change causes strange …
0
votes
1answer
14 views
WPF Storyboard stops by itself
I have a storyboard that seems to stop randomly by itself, I cannot for the life of me figure out why.
It seems to stop and random intervals.
private void CreateStoryboard(int from)
{
…
0
votes
2answers
36 views
book style website, how to have different links on each page?
I am creating a website that is to have a book style layout. So you turn the pages and they fold over. I have this working in JQuery for images.
What I am looking to do is have clickable links on the …
1
vote
1answer
21 views
Learning dojo: Chaining animations on a collection of objects
I'm doing some basic exercises with dojo to learn its syntax and methods.
I've created a simplified example below for the purpose of learning chaining animations on a group of items.
Could anyone …
1
vote
5answers
139 views
How do I wait for a TTimer to finish?
I have a TFrame (fraDisplay) with a TTimer (timAnimateDataChange). The timer is used to control a small animation. In the form containing the frame I want to have a method that does something like …
0
votes
2answers
12 views
Storyboard animation based on control template’s control property
This is what I have
A ControlTemplate for a button in my window.resource, having an ellipse with an outerglow (named -- TasksToggleButtonOuterGlowBitmapEffect) and a text
A button that is using …
0
votes
1answer
20 views
Android Frame by Frame Animation problem on elements in a CursorAdapter
Hi,
I am having trouble applying an animation to a View. I am trying to load the animation from inside the constructor of a CursorAdapter, so I can set it later assign it to certain children in the …
0
votes
1answer
20 views
DoubleAnimation / Storyboard completes twice and resets animation value
While scaling a panel using a scale transform the application needs to reset the panel back to its original size. For this purpose a reset button starts a double animation that animates the scale …
-2
votes
1answer
26 views
Motion Path / Motion Guide in iPhone ?
I want an image to move according to the path drawn by programming codes.
I have asked a similar question …
0
votes
2answers
43 views
what is the recommended approach for taking multiple pictures with UIImagePickerController -takePicture
The docs hint at the ability of takePicture to run multiple times in a single modal view. Particularly "This supports taking more than one picture without leaving the interface, but requires that you …
0
votes
5answers
93 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
1answer
16 views
Jquery Cycle and Effects inside each Slide
I want to create a carousel using Cycle with the following effects:
The slides fade in or slides when user clicks a prev/next button
When the slide finishes loading, there are text and images in …
0
votes
0answers
48 views
iphone sdk camera overlay animation, how can stop in preview ?
Hi, I've made an animation over the camera and all works fine.
I can start the camera, move the image in overlay, and save it as a picture.
My problem is that in the "preview" the animation keeps on …
