Questions tagged [tilt]

Tilt is a thin interface over a collection of Ruby template engines, that attempts to make their usage as generic possible.

118 questions
0
votes
1 answer

HOw to tilt or Swing a EditText

I'm developing an Android Application which contains username and password fields. what i want here is if the user input the wrong password then the password field should tilt or swing (in horizontal direction ) to get the user attention. I've seen…
user2320451
0
votes
1 answer

Obtain Tilt Effect for Buttons in Windows 8 App

Is there any way I can obtain tilt effect for buttons I use in XAML for Windows 8 Apps? I've searched the web a lot and found that Callisto has a library for this but it seems it's not working with buttons... I'm trying to make something work with…
VasileF
  • 2,856
  • 2
  • 23
  • 36
0
votes
2 answers

textbox to rotate at an angle in asp.net?

We have been trying to rotate a textbook at an angle(45,90,270 etc) on an aspx webform. I read that html won't support such a property, so we would have to include a CSS class property to the textbox. Is there a property to include an angle in a CSS…
0
votes
1 answer

Android: Determining the angle of tilt using only accelerometers

I am trying to compute the angle of a leg instantaneously regarding an initial position using accelerometer readings. As I approached this, I decided I needed to record an averaged gravity vector and compute some angle between my current reading and…
ravemir
  • 1,153
  • 2
  • 13
  • 29
0
votes
1 answer

How to tilt/rotate canvas with image inside it?

I'm a complete newbie when it comes to Javascript and canvases and stuff but I have this image (1920x1080) and what I want to do is when someone hovers over the image it tilts. So if I move my mouse to the top of my image then it would look like the…
Andreas
  • 355
  • 1
  • 4
  • 13
0
votes
1 answer

Middleman not parsing source file up template chain if missing ERb tags

I'm converting a Jekyll site to Middleman. I have named my files like filename.html.md.liquid.erb for processing with those libraries in that order: ERb, then liquid, then kramdown. What I found is that if I don't have at least one erb tag in the…
jxpx777
  • 3,632
  • 4
  • 27
  • 43
0
votes
2 answers

Detect actual computer tilt

Any idea how this is done? https://dl.dropbox.com/u/45572383/23122012025.m4v I was not aware you can detect physical computer screen tilt on other than handhelds. Does this have to do with me being on a Mac? Or will this work on any computer…
asdasdasd
  • 17
  • 2
0
votes
1 answer

Flash - Detect tilting iOS

I've got a sample game here, and I wanted to give it a try on the iPad. How do I listen for tilting in flash? If I have a standard space invaders game, I want to move the spaceship left and right when I'm tilting the device left and right. How do I…
Stian Berg Larsen
  • 543
  • 2
  • 10
  • 29
0
votes
0 answers

LocalJumpError when yielding in a tilt template

I'm trying to use Brochure and using Slim to render the templates. Everything's fine except I can't seem to get the layouts to work, a yield in the template throws a LocalJumpError. Any ideas how on how to…
Sunder
  • 1,445
  • 2
  • 12
  • 22
-1
votes
2 answers

Tilt camera when player moves left and right unity

I tried to implement this effect, similar to this: https://www.reddit.com/r/Unity3D/comments/12kn33e/i_added_camera_tilt_based_on_the_movement_of_the/, using Lerp to smooth out the camera tilts, but was only able to get it working "snappily", ie.…
lunixd
  • 13
  • 4
-1
votes
1 answer

How to create animated element that follows browser like on http://metalab.co/projects/swivl/?

How to create animated element that follows browser like on http://metalab.co/projects/swivl/ ? I tried looking at there html code but there is just a transition on the div that holds the ipad background image. I have been unable to figure out what…
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
-1
votes
1 answer

Autoloading ruby gem warning, may be causing Heroku application error?

I have a very simple Ruby Serve prototype website, which works fine locally but doesn't work on Heroku: Aug 02 12:35:40 localp app/web.1: [2013-08-02 11:35:40] INFO WEBrick 1.3.1 Aug 02 12:35:40 localp app/web.1: [2013-08-02 11:35:40] INFO ruby…
Jake Rayson
  • 921
  • 7
  • 20
-2
votes
1 answer

Orientation of body

We need to find the patient monitoring system which monitors the position of the body of the patient when patient is on bed . what we want to get is when patient is sleeping we want to monitor what is the position in which he/she is whether he is…
1 2 3 4 5 6 7
8