MCPcopy
hub / github.com/winjs/winjs / skipFirstAnimation

Function skipFirstAnimation

tests/TestLib/Helper.ListView.ts:756–764  ·  view source on GitHub ↗
(listView)

Source from the content-addressed store, hash-verified

754 }
755
756 export function skipFirstAnimation(listView) {
757 var firstAnimation = true;
758 listView.addEventListener("contentanimating", function (eventObject) {
759 if (firstAnimation) {
760 firstAnimation = false;
761 eventObject.preventDefault();
762 }
763 });
764 }
765}

Callers

nothing calls this directly

Calls 2

addEventListenerMethod · 0.65
preventDefaultMethod · 0.65

Tested by

no test coverage detected