Dan Beam
Dan Beam
> Since it's quite rare for a menu item to wrap, citation needed I'm not sure I'd expect this as a default style. and yes, we could let people turn...
fwiw: as a workaround, you can probably change the data in a way that doesn't notify, then call `notifySplices()`. but this is kind of a lame hack. It worked for...
/cc @freshp86
Note that there are commits that address this in https://github.com/PolymerElements/iron-list/pull/316
Additionally, it may make sense for any deferred work to pause itself if new input is discovered or it runs out of time. I know we've recently made use of...
@keanulee this is a potential enhancement, yes, but hasn't been outrageously necessary. We ended up finding out that our test case was for super duper slow items to render (long...
@blasten is this the same as https://github.com/PolymerElements/iron-list/issues/338?
@blasten is this related to https://github.com/PolymerElements/iron-list/issues/338?
/cc @frankiefu as well some ideas: 1. detect whether [`Element#animate()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/animate) exists and use it 2. set less `.style` properties (i.e. only set a 2D `webkitTransform` in Safari and skip duplicative...