quicker animations.

This commit is contained in:
Saman Bemel-Benrud
2013-03-19 14:30:12 -04:00
parent b64458041a
commit c12e011b2f
+2 -2
View File
@@ -151,7 +151,7 @@ iD.ui.PresetGrid = function(context, entity) {
var old = presetinspect;
old
.transition()
.duration(400)
.duration(200)
.style('opacity','0')
.style('max-height', '0px')
.style('padding-top', '0px')
@@ -189,7 +189,7 @@ iD.ui.PresetGrid = function(context, entity) {
.style('padding-top', '0px')
.style('padding-bottom', '0px')
.transition()
.duration(400)
.duration(200)
.style('padding-top', '10px')
.style('padding-bottom', '20px')
.style('max-height', '200px');