Questions tagged [transitions]
The transitions tag has no summary.
25 questions
1 vote
2 answers
325 views
Using videos in a personal web-site, how good of an UX is that?
I've had this idea for my personal web-site that I'm really wondering what the experts of UX and design feel here think about I really enjoy the high-end web-sites that have a video playing on the ...
3 votes
1 answer
165 views
In a SPA shoud I load before navigating away?
I'm developing a Single Page Application (SPA) design framework and need some thoughts on the navigation/loading approach. I couldn't find meaningful answers in this regard on the internet. Question ...
1 vote
2 answers
2k views
Why are websites so poor in terms of transition & animation compared to native apps?
It's 2020 and web standards allow for really powerfull animations. Compatibility is barely an issue since most browsers are evergreen and most devices are powerfull enough. On top of that, it's easy ...
0 votes
1 answer
126 views
Micro Transition for selection
I'm using a dropdown select in my design. The user makes a selection, and the content below changes. The problem is the content below is very similar and isn't obvious that it has changed. I was ...
1 vote
3 answers
245 views
How to communicate for required transitions to front-end developers?
See for example the Google Accounts log-in experience, where you move from 'Enter email' to 'Enter password' via a smooth dynamic transition with no page refresh https://accounts.google.com/ How can I ...
1 vote
2 answers
716 views
User friendly transition between signup page and login page
I work on a website where users: fill in a registration form (with only 2 fields: password & confirm password; each user have a unique token which is stored in the URL) then land directly after on ...
0 votes
2 answers
206 views
What's the name of this kind of transition?
What's the name of this fancy transition between views (listview and detailview here)? Is it Transition Morphing?
0 votes
3 answers
972 views
CRUD without READ (detail)
Background We have a list of users. Now the users have a button Edit that leads him directly to an edit screen: In other parts of the app we have a similar list just there we have a Detail button ...
6 votes
3 answers
2k views
How long should a loading spinner take to do one rotation?
Whilst I'd always prefer an estimated time, I get that's not always possible, so we fall back to the tried and personally hated, loading spinner. I've always thought that having it do one iteration ...
4 votes
2 answers
1k views
Element transition between tabs
I'm building an app that in one of its screens has 2 tabs. In each tab there is a list of elements (cards), and i'm wondering : What type of transition between tabs should i use? Is there a ...
10 votes
5 answers
7k views
Is it a good idea to show progress indicator inside a button?
Typical examples: Ladda UI for Bootstrap 3. Crazier examples: Progress Button Styles. This is for a desktop app, if it matters. Consider that the target view has about three different buttons. The ...
2 votes
2 answers
127 views
Alternate language switch for translators
From a technical point-of-view, one article in the www can be in different languages with different translations. Assuming for this question: a welcome page, an info-page and a related-links-page ...
0 votes
1 answer
639 views
Creating an animation and interaction stylguide
extending to the animation aspect of a style guide that we have already built for our ecommerce website and app, What area's of the UI do you need to look at. These are currently what I could break ...
2 votes
1 answer
92 views
a formal way of creating a UI from a set of functions?
I am working on an application that has a number of functions and features with the intention of launching it first on Android and then on iOS. Coming from a development background with minimal ...
2 votes
4 answers
962 views
Should you design for the transition period of resizing the window
The big trend (rightly so) in web design right now is making your website responsive. Meaning that your pages will look good on any size screen. As a ux/ui developer I always initially test my pages ...