Tagged Questions
The flip tag has no wiki summary.
25
votes
3answers
10k views
Android page Curl animation
Is there a simple way to do the Curl page flipping animation? A Curl animation is animation of pages flipping, including the page above rolling and the shadows over the lower page.
What is the ...
11
votes
1answer
7k views
Android Animation - Flip
I need to create an animation - Flip a view and show another one.
The width of currently shown view is decreased slowly to zero and after that the width of the view-to-be-shown must be increased from ...
11
votes
2answers
18k views
Flip View Iphone
Dear All,
please consider the code below, and tell me what I'm doing wrong.
I want to flip between two UIViews.
Somehow, when I flip away from the initial view, I just get the flipped view, without ...
8
votes
2answers
3k views
How do i rotate a CALayer around a diagonal line?
I'm trying to implement a flip animation to be used in board game like iPhone-application. The animation is supposed to look like a game piece that rotates and changes to the color of its back (kind ...
7
votes
3answers
590 views
Do gamma rays from the sun really flip bits every once in a while? [closed]
Possible Duplicate:
Cosmic Rays: what is the probability they will affect a program?
Is this just a tongue in cheek expression or is this really true, and if so, what precautions should we ...
7
votes
2answers
318 views
Is it possible to use unary function instead of binary in `flip`?
The type of the Prelude function flip is:
flip :: (a -> b -> c) -> b -> a -> c
I.e., it takes one binary function and two arguments.
The type of the Prelude function id is:
id :: a ...
7
votes
2answers
6k views
JavaScript Flip Counter
I would like to include a flip counter on my site, similar to what Apple was using for their 1 billion app countdown.
Can anyone get their JavaScript to work standalone?
If anyone can provide ...
6
votes
5answers
467 views
WPF Control Flip
I've got a control that is mainly comprised of an image and a button. I want to display the image meta data on the back of the image and have the control flip horizontally when the button is pressed:
...
6
votes
2answers
2k views
How to flip UIImage horizontally?
How to flip the UIImage horizontally, i found UIImageOrientationUpMirrored enumeration value in the UIImage class reference, how to make use of this property to flip UIImage.
6
votes
1answer
7k views
How to do page flip/turn/curl effect in android
How to do page flipping/turning or curl animation in android ? Is is possible with cocos2d. Please provide any links or example if you know.
4
votes
1answer
113 views
How to create a card flip effect on DIV using javascript
I want to create a card flip effect (same as webkit transitions and 3d transforms) on DIV using simple javascript and CSS and NO libraries or plugins. How can I achieve this? As most of the CSS3 ...
4
votes
0answers
491 views
What is the API to “create applications like Flip3D”
i am trying to figure out how to use DWM to render a copy of a Window into my own desired location. The only thing i can find to tell DWM to render somewhere is with the thumbnail APIs.
But MSDN's ...
4
votes
1answer
2k views
Flipping/Inverting/Mirroring text using css only
I did some googling and here's my answer
<!--[if IE]>
<style>
.mirror {
filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
}
</style>
<![endif]--> ...
4
votes
0answers
756 views
PresentModalViewController or addsubview?
Hi I am writing an app in xcode 3.2.3. All I want to do is switch to another view but I am unsure of the best way to do this. I can do it either of these 2 ways...
PreferencesViewController *screen = ...
4
votes
3answers
5k views
IPHONE - Flip animation when controller pushed
I had a look around and didn't find what I was exactly looking for ...
Is there a way to get a flip animation when pushing a view controller ?
I read that you can change the animation by using a ...
4
votes
1answer
2k views
iPhone subview flip between 2 views
iPhone / Objective-C
On my view a little "hover" view appears after a user clicks on a button on the main view. When the user clicks this subview I want the subview to FlipFromRight to another view ...
3
votes
1answer
107 views
How to flip image in android
I have 1 image , I want to click of that image then it show the text(number in pic) which is placed in that image some second eg 30 sec, after 30 second it back to original position or original state.
...
3
votes
2answers
80 views
Flip (reverse) image vertically given its string?
So I have a string of RGBA image data, each pixel is a byte long. I know the image's x and y resolution too. Now I want to edit the string in a way which would cause the image to be flipped or ...
3
votes
1answer
123 views
Android: How do you emulate a keyboard flip?
While debugging my app using Monkey (which is almost as fun as the real thing), I managed to crash! Yay, that's what it's for, right?
Looking at the log (and while watching) I noticed that Monkey is ...
3
votes
3answers
128 views
How to FlipFromLeft?
UIImageView * frontImageView = [[UIImageView alloc] initWithImage:[UIImage
imageNamed:@"view.png"]];
UIView * containerView = ...
3
votes
2answers
129 views
3d transform with pure CSS
I am trying to rebuild this with pure css. And I've got this far. But the idea as you can see from the flash version, is that as the cover appears the other divs make space for the one that is on ...
3
votes
2answers
259 views
How to use jquery to animate a back flip out of a button?
I would like to recreate this effect (using jquery) because I think its the coolest thing ever. http://m.madebycanvas.com/things/backflip.html (its by Matthew Farag)
...but I have no idea where to ...
2
votes
1answer
86 views
Is it possible to “flip” canvas drawings? Any other workarounds?
I've got a set of <canvas> elements that I am "flipping" around using flip!. My problem is that the way flip works it's flipping the whole <canvas> element and that's creating a ...
2
votes
1answer
159 views
Flipped computed face normals after iOS OpenGl ES .obj loading a unit cube
I'm trying to export and load a model from Maya into a very simple iOS OpenGL ES setup. For that I wrote a ruby obj parser that basically takes the vertices and normals and computes them into a C ...
2
votes
2answers
104 views
Are there any tutorials out there on how to implement “page-flip” into an android app?
More specifically I am looking for one to try and flip views instead of images. I want the user to flip the page over like an e-book, to reveal more content underneath. I have 3 or 4 tutorials but ...
2
votes
1answer
157 views
Blackberry: how to flip a Bitmap upside down?
How do you please flip a Bitmap upside down?
(I need this for loading an OpenGL texture in another program).
Here is my failed try:
stripe.png (courtesy of Pitr@OpenClipart):
Flip.java:
...
2
votes
1answer
184 views
I can flip images horizontally/vertically, but I can't rotate them with the GD2 library
I am developing a feature to allow an image to be rotated in increments of 90 degrees or to be flipped horizontally or vertically. I have the code working just fine on my own computer, but when ...
2
votes
1answer
1k views
Android Page Curl Animation
I'm bit new to android animations. Currently I'm developing an story activity which needs to use page curl animation like in iphones. As I found there is a way to do that in iphone. But still i ...
2
votes
1answer
736 views
CGContextSetShadowWithColor: shadow is flipped in UIView
I am developing an iPhone application in which I want set the shadow for the path that I am drawing on UIView's context.
Following is the code snippet:
CGSize shadowSize = CGSizeMake(-4, -4);
...
2
votes
1answer
358 views
NavigationController: Replacing a pushed UIViewController with another one
for a better understanding of the following question, here's a little drawing that illustrates the structure of my App: http://grab.by/6jXh
So, basically I have a navigation-based App that uses ...
2
votes
1answer
511 views
jquery flip! background
I'm using the Flip Plugin on a new site I'm making:
http://www.concept-it.be/padre (click on contact and then on the e-mail address).
As you can see the background of the div becomes gray after when ...
2
votes
3answers
812 views
iPhone Flip Transition - Can I get notified at the half way point
I have a single UIView for drawing any one of a set of items. That is, my one UIView subclass can be told to draw a square, circle, or triangle for example.
I'd like to have a transition to flip that ...
2
votes
3answers
502 views
I get the image reversed in C#
this is my code to turn a byte[] array into an image
unsafe
{
//convert the UInt32[] into byte array and then assign the pointer to it
fixed (byte* ptr = Misc.ConvertFromUInt32Array(image))
{
...
1
vote
1answer
23 views
How to Flip ImageButton in Android programmatically
I am having 3 ImageButton in my application. I wish to add some nice flipping effect on them. What i want is if i click on one button then there are more button as there is total 3, so the other ...
1
vote
1answer
118 views
Modal flip in tab bar tab, only the view, storyboarding
I have a tab bar with five tabs.
In one tab I have a mapview. I have an info button in the bottom right hand corner of the map. When a user clicks the info button, I want the mapview to flip to a ...
1
vote
3answers
61 views
Flip map key-value pair
I have a map. I want to flip the key-value so that it not becomes map. So basically the value of the first map becomes the key of the second map. How do i do this?
Example map:
1 - 1.0
2 - 2.0
...
1
vote
3answers
330 views
Looking for a HTML5 / Javascript PDF Page Flipper
I'm looking for a non-Flash 'page flipper' that is capable of displaying PDFs. The example I've been given (in Flash) is: http://www.mitsubishi-motors.nl/digital/1043/index/book/outlanderbrochure.aspx
...
1
vote
1answer
108 views
HTML Canvas: How to draw a flipped/mirrored image?
I'm trying to flip/mirror an image as I paint it on an HTML canvas; I found a game tutorial showing a sprite sheet per direction a character has to face, but this doesn't seem quite right to me :( ...
1
vote
1answer
60 views
Modal View Contoller
I am using the following code in Xcode to horizontally flip between 2 views in an iPhone app
-(IBAction)switchView:(id)sender{
Algorithm2ViewController *Algorithm2ViewControllergo = ...
1
vote
2answers
69 views
JSFL: Detecting when an Element has been flipped
I'm writing an exporter in JSFL, to export Flash animations into a format that can be replayed in a custom player. The exporter basically iterates through the timeline and through all the elements at ...
1
vote
0answers
49 views
Problems StoryBoard Too Late (Flip Navigation) (Silverlight)
my problem is I have a Silverlight application with flip navigation which is composed of two a storyboard that rotates the page and To = 90 ,From = 0 and the other from = -90 To = 0, the problem is ...
1
vote
1answer
1k views
Flash Flip Page curl effect in AS3
I am working on a project which needs to develop a flip-page (curl) effect using flash like the below example: http://www.actionscript.org/showMovie.php?id=459
I found many example which all of those ...
1
vote
1answer
246 views
iOS5 like flipping notifiation
I want to use the same effect Apple uses in iOS5 for showing new notifications (this flip-in effect). But I don't know how to start or what to google for. Could somebody please give me a hint?
...
1
vote
2answers
244 views
How to flip an EncodedImage Blackberry
Hy. I want to flip horizontal an image and I use this code:
public static EncodedImage flip (Bitmap png)
{
int width = png.getWidth();
int height = png.getHeight();
Bitmap temp = new ...
1
vote
1answer
181 views
Flipping an image
I am creating a tile game where I need to flip images. With the code I have it produces this error:
Exception in thread "main" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be ...
1
vote
1answer
379 views
iPhone - flipping a UIImage
I'm working on an app that uses the front camera of the iPhone.
When an image is captured with this camera, it is wirrored horizontally by the iPhone.
I want to mirror it back to be able to save it ...
1
vote
1answer
522 views
Flip Book Effect AS3
i m trying to develop a bb playbook app. how can i make a flip book effect with as3? i need to have 10 images(pages) to flip :S can anybody help?
1
vote
4answers
179 views
Flip Vertices Array
I have an array of position vertices that make up a 2D polygon.
Vector2[] _chassisConcaveVertices =
{
new Vector2(5.122f, 0.572f),
new Vector2(3.518f, 0.572f),
...
1
vote
4answers
956 views
PDF page flip/turn software
I'm slowly dying inside with this request but I've been asked to look into PDF page flip's. Does anyone have any suggestions? I've trawled the web but they don't seem to match what I need:
Be a ...
1
vote
1answer
823 views
UIVIew Flip Vertical Animation
Given:
[UIView beginAnimations:nil context:nil];
[UIView setAnimationCurve:UIViewAnimationCurveEaseOut];
[UIView setAnimationDuration:.5];
[UIView ...