Questions tagged [flip]

a UI effect. for other flip types, see [flipboard] [swap] [bit-twiddling]

Describes the action of making elements in an application more aesthetically pleasing by producing a 'flip' effect.

What questions should not have this tag?

Please do not use for flipboards [flipboard], reversing arrays [swap], bit flipping [bit-twiddling]

734 questions
-1
votes
1 answer

Clone subobject/face without moving

I've spent about 20 minutes searching for this to no avail. All I want to do is create a double sided face for a shop sign for example. I create a face that sticks out from the building, and I obviously want it double-sided, so I want to simply…
Zebrafish
  • 11,682
  • 3
  • 43
  • 119
-1
votes
1 answer

Subviews disappears while performing Flip Transition second time?

I'm performing flip view transition on two views, which are bounded in A Container View. Flippng them first time is working fine. On second time views Frame goes out of view. like [
-1
votes
1 answer

Flipping QuadTree in recursive abstract code

I'm trying to flip a quad tree about the vertical axis recursively, but without using a particular PL. In which case I've written the following, but I'm 100% it's not actually good, and I can't quite sure I understand it as well. flip(quadtree) { …
kx5
  • 17
  • 2
-1
votes
1 answer

Text won't fill the container in a column

I've been experimenting with various columns techniques and I'm liking this one. I plan on having one more image under them and centered. I have the images flipping once selected. My problem is the text on the back (.flip-item-desc) is inheriting…
-1
votes
1 answer

CSS 3D Effect doesn't work in Mozilla FireFox

When you visit my Google Drive document at https://goo.gl/u6p82Y with Google Chrome or the Opera browser the link's hover effect works fine. But in Mozilla Firefox browser the hover effect doesn't work. What must I change? .flip3D { width:…
-1
votes
1 answer

Reverse array data

I've got this array, and i would like to reverse the data array Array ( [0] => Array ( [name] => Name [data] => Array ( [22] => 1679076 [21] => 1674610 …
Zuker
  • 456
  • 2
  • 6
  • 18
-1
votes
1 answer

Automatically flip a div in angularJS

Can anyone give me an example of on how to flip a div vertically so it can reveal other side content automatically?
-1
votes
3 answers

Android curl half page, both side

I am looking for android library which has pages like Aphid library (means half page turn with front and back) but with curl effect. You can find Aphid library here
Asheesh
  • 565
  • 6
  • 21
-1
votes
1 answer

Horizontally flip a square area in screen and also horizontally flip Xaxis of mouse movements inside that square in Windows (its not a static square)

Is it possible to get a square area flipped horizontally, I know this is kinda rare task, but its important, so, hope you could help me via any kind of software or script, thanks advanced... I have a square area in the screen (perfect square) can I…
eduardobedoya
  • 37
  • 5
  • 13
-1
votes
2 answers

3d flipping of div using CSS

I need some help with proper 3d flipping of divs using only CSS. This is my code: HTML:

Flip

Flip

CSS: /*…
user3119346
  • 463
  • 2
  • 6
  • 12
-1
votes
3 answers

How to flip the word from a parameter?

Eg. www.google.com to com.google.www I have a full list of address to be flip over. It's all stored in "queriess.csv" How should the code be like?
-1
votes
1 answer

How to reuse a javascript function on the same page?

Code: