MCPcopy
hub / github.com/DevCloudFE/ng-devui / autoScheduleTransition

Method autoScheduleTransition

devui/alert/alert.component.ts:100–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 };
99
100 autoScheduleTransition() {
101 this.clearScheduledTransition();
102 if (this.autoplay && this.autoplaySpeed) {
103 this.scheduledId = setTimeout(() => this.next(), this.autoplaySpeed);
104 }
105 }
106
107 clearScheduledTransition() {
108 if (this.scheduledId) {

Callers 3

ngOnChangesMethod · 0.95
renderCarouselItemMethod · 0.95
AlertComponentClass · 0.95

Calls 2

nextMethod · 0.45

Tested by

no test coverage detected