Commit bb682571 by Chao Sun

自定义滑动指令?

parent c5764ac0
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
@NgModule({
declarations: [],
imports: [
CommonModule
]
})
export class ApplyModule { }
......@@ -15,7 +15,7 @@ export class ScrollDirective {
}else{
this.el.nativeElement.querySelector('#menuContainer').style.transform = 'translateX(50px)'
}
}
}
}
@HostListener('touchend') onTouchcancel(){
setTimeout(()=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment