Double event was fired since there's a transitionend for both opacity & transform.
Also added swiped property to make swipeable-item compatible with core-list, since the state needs to be reset via bindings when the view is reused with another model.
Double event was fired since there's a
transitionend
for bothopacity
&transform
.Also added
swiped
property to makeswipeable-item
compatible withcore-list
, since the state needs to be reset via bindings when the view is reused with another model.