Another way to add an event listener is to use on-event annotation in DOM. Below is an example using up event, which is fired when finger/mouse goes up
<dom-module id="annotated-listener">
<template>
<style>
.inner{
width: calc(200px);
he...