var trans = this.transitions,
                other = up ? (this.last ? this.last.a : null) : hs.upcoming,
                t = (trans[1] && other
                && hs.getParam(other, 'transitions')[1] == trans[1]) ?
                    trans[1] : trans[0];