Effect used in Tecmundo?

2

Is the effect of using Tecmundo on page transitions done in parallax? If no one knows which library is used?

Example: link

Open the article and give scrool to the bottom of the page.

    
asked by anonymous 30.05.2014 / 01:14

2 answers

6

In TechWorld you use a solution developed by them, you can see the source code using Google Chrome and right clicking on the page and the option Inspect element. Then click on the console tab and paste the following code.

window.ViewModel.NewsScrollViewModel

You can see that there are comments and it is easy to understand the codes and logic used.

But there are ready-made solutions available for download. These include the following:

30.05.2014 / 05:41
-2

You should make the parallax effect for page movement down and together do the on-demand loading, the same on-demand load used in paging. But instead of loading the paging you will load the articles, articles, news and etc, to have a fast effect for an internet of up to 512kb, (512kb mobile plans in smartphone accessing the website in case of you make the site with responsive design).

You need to optimize the content of the page, use as few images as possible (using CSS3 more), and when using images, you'll have to optimize them for not weighing, so you'll have a quick effect.

One tip of image optimization is to use the thumbnail function to regulate image quality, but there are several other ways to do this. It is my suggestion, of course that would give a work, but without work does not come to good results and that are worth to be appreciated.

There are also plug-ins on the internet that help.

    
24.06.2014 / 22:51