The v-intersect
directive utilizes the Intersection Observer API. It provides an easy-to-use interface for detecting when elements are visible within the user's viewport. This is also used for the v-lazy component.
Scroll the window and watch the colored dot. Notice as the v-card comes into view that it changes from error to success
Ниже приведена коллекция простых и сложных примеров.
The v-intersect
directive accepts options. Available options can be found in the Intersection Observer API. Below is an example using the threshold
option.
While the Intersection Observer API is not available in IE11 by default, it can be implemented using a polyfill.
Готовы к большему? Продолжить чтение с:
Caught a mistake or want to contribute to the documentation?
Edit Layout
on GitHub!