Questions tagged [responsiveness]

Responsiveness describes the ability of an UI element or dialog to respond on user interaction within an acceptable time frame.

Responsiveness describes the ability of an UI element or dialog to respond on user interaction within an acceptable time frame.

413 questions
3
votes
1 answer

Responsive Rotate Words CSS

I am trying to make my rotate words responsive and centered on the page. This is code from GitHub and works with just HTML and CSS. When the browser is 100% the output is not centered on the page, it's off tho the right just a bit. When the browser…
cboy
  • 169
  • 2
  • 3
  • 13
3
votes
2 answers

Duplicate HTML or move elements with JS for responsive site

There's site I'm working at and design for tablet/mobile devices require me to move elements (from left sidebar to right, change order, etc.). These elements include simple text and images (pretty small, logos). My question is, what would be the…
destripet
  • 159
  • 3
  • 11
3
votes
1 answer

calculate position of a point on image in percentage

I am calculating position of a point on a image with the formula below in pixel, where oW is original image width and oH is original image height. var x = oW * parseInt(document.getElementById('pageX').value - $tagImage.offset().left - 5) /…
Abhishek Kumar
  • 2,136
  • 3
  • 24
  • 36
3
votes
2 answers

How to make collage (with lots of containers) more responsive in Elm?

I am writing a roguelike in Elm, where there is a discrete 50x50 grid (see share-elm.com snippet). A roguelike is a video game, where objects (like enemies, items, walls, etc) are represented by ASCII characters. Therefore I should be able to have…
Mirzhan Irkegulov
  • 17,660
  • 12
  • 105
  • 166
3
votes
1 answer

change to Responsive Site

i have used on my site Width and height like i have to changed this code media query for responsive but its not working i set background color…
Thennarasu
  • 474
  • 1
  • 6
  • 20
2
votes
0 answers

How do I troubleshoot unresponsive UI (animation hitches in Apple lingo) in SwiftUI

I do not get a helpful "This method should not be called on the main thread as it may lead to UI unresponsiveness." purple warning from Xcode and yet the UI is extremely sluggish. How would I track the source of that? In my naivete I added some code…
Anton Tropashko
  • 5,486
  • 5
  • 41
  • 66
2
votes
2 answers

CSS to enable vertical alignment and responsiveness

The code below is horizontally responsive by default. However, it’s not vertically responsive. Is there any CSS element one could use to enable vertical responsiveness?