Skip to content

[feature/test-2]:Added the delay to load the page after 4 seconds #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

digvijay2017
Copy link
Owner

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using

@digvijay2017
Copy link
Owner Author

PR Comment: It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout

@digvijay2017
Copy link
Owner Author

PR COmment 2: There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form

@digvijay2017 digvijay2017 self-assigned this Jan 12, 2021
@@ -6,4 +6,5 @@
<block class="Tutorialstab\LazyloadingInfiniteScroll\Block\Init" name="lazyloadinginfinitescroll.scripts" template="Tutorialstab_LazyloadingInfiniteScroll::scripts.phtml" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.

@@ -2,6 +2,9 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>



Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.

@@ -4,6 +4,8 @@ $productListMode = $block->getProductListMode();
$enable = $block->isEnable();
$delay = $helper->getConfig('lazyloadinginfinitescroll/instances/delay');
$delay = $delay?(int)$delay:600;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants