browngraphicslab / tag

Touch Art Gallery is an app that allows museum visitors to explore art using familiar touch gestures. This is the codebase for the TAG web application.
0 stars 0 forks source link

Add easing to timeline animations #181

Closed lucyvk closed 10 years ago

lucyvk commented 10 years ago

Animations of the timeline should be eased for a better effect.

JessicaFu commented 10 years ago

@EmilyReif You have good experience with animations- do you mind taking a look at this?

EmilyReif commented 10 years ago

For sure!

EmilyReif commented 10 years ago

OK, I just pushed to tag-core and gave it a simple ease (easeInOutQuint on here http://api.jqueryui.com/easings/). Let me know what do you think, @lucyvk?

EmilyReif commented 10 years ago

@lucyvk , can you review?

lucyvk commented 10 years ago

Looks nice!