You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the property implies 'Hz', and the words in the comment also imply 'Hz', but it isn't explicit.
Please confirm the units of the target framerate are Hz...ie the intention is to initial-count items are rendered every target-framerate frames.
If I understand correctly, if I set 'initial-count' to '1', and 'target-framerate' to '1', then dom-repeat will attempt to render one additional item per second. Is that correct?