Earlier quoted context omitted.
Yes. I agree. I too feel this kind of animation library should not be used where animation libraries make little or no sense to use them. In fact, I'd go a step further and agree that no animation libraries should be used when animation libraries are not needed, not even this one, which looks pretty neat. Where should animation libraries be used? I'd think they should be used where a user would appreciate an animatio…
websites for Kids is one of the places where animated UI can be used.
Dynamics.js, a JavaScript library to create physics-based animations
11–20 of 49 posts
Re: Dynamics.js, a JavaScript library to create physics-based animations
#12As a hacker on Hacker News I'd have to agree with the others that animations are a Very Bad Thing. They are distracting to me, an easily distracted person, who is currently avoiding work by reading Hacker News this afternoon.
How do you feel about the animations used in material design? Animations for the sake of having animation is really distracting. But if used subtly and with purpose, they could help enhance the user experience.
I think it's the right direction, though; animating to subtly direct user attention to the right place.
Re: Dynamics.js, a JavaScript library to create physics-based animations
#13As a hacker on Hacker News I'd have to agree with the others that animations are a Very Bad Thing. They are distracting to me, an easily distracted person, who is currently avoiding work by reading Hacker News this afternoon.
How do you feel about the animations used in material design? Animations for the sake of having animation is really distracting. But if used subtly and with purpose, they could help enhance the user experience.
Re: Dynamics.js, a JavaScript library to create physics-based animations
#14Anybody feeling this kind of animations aren't bringing a lot to the table ? I was thrilled to watch lollipop material design (and even kitkat project butter), but it quickly faded (sic). Instant, simple interfaces are needed in many tasks where I don't enjoy or even have the luxury to waste time on distracting animations.
Yes. I agree. I too feel this kind of animation library should not be used where animation libraries make little or no sense to use them. In fact, I'd go a step further and agree that no animation libraries should be used when animation libraries are not needed, not even this one, which looks pretty neat. Where should animation libraries be used? I'd think they should be used where a user would appreciate an animatio…
Re: Dynamics.js, a JavaScript library to create physics-based animations
#15As a hacker on Hacker News I'd have to agree with the others that animations are a Very Bad Thing. They are distracting to me, an easily distracted person, who is currently avoiding work by reading Hacker News this afternoon.
Don't get me wrong, I feel like a lot of animation is unnecessary but if you did what Hacker News advised every webpage would look the same in Lynx as it does in Chrome. Animations can serve a purpose - to focus the user's eye, to give them a sense of where something is going to and from, etc. etc.
They're not universally bad, and this is a fascinating library - it deserves more credit than "animations are bad".
Re: Dynamics.js, a JavaScript library to create physics-based animations
#16I'm not seeing anything "physics" in the traditional sense; just manipulating the matrix3d in a transform property of an element in real-time to provide difficult or impossible effects with CSS alone.
Re: Dynamics.js, a JavaScript library to create physics-based animations
#17Re: Dynamics.js, a JavaScript library to create physics-based animations
#18As a hacker on Hacker News I'd have to agree with the others that animations are a Very Bad Thing. They are distracting to me, an easily distracted person, who is currently avoiding work by reading Hacker News this afternoon.
As a hacker on Hacker News you're not a typical user. Don't get me wrong, I feel like a lot of animation is unnecessary but if you did what Hacker News advised every webpage would look the same in Lynx as it does in Chrome. Animations can serve a purpose - to focus the user's eye, to give them a sense of where something is going to and from, etc. etc. They're not universally bad, and this is a fascinating library - i…
Re: Dynamics.js, a JavaScript library to create physics-based animations
#19 with (context) {
beginPath();
moveTo(100, 100);
lineTo(100, 300);
lineTo(300, 300);
closePath();
stroke();
}Re: Dynamics.js, a JavaScript library to create physics-based animations
#20Anybody feeling this kind of animations aren't bringing a lot to the table ? I was thrilled to watch lollipop material design (and even kitkat project butter), but it quickly faded (sic). Instant, simple interfaces are needed in many tasks where I don't enjoy or even have the luxury to waste time on distracting animations.
But generally I agree, animations are easily overused. They're quite useful for showing (and sometimes hiding) UI elements, as this leads to a interface devoid of shock and surprise. Heck, I think I read something about that in a paper that predates the web…