site does not work in mobile version

2

I made a site that in turn must be responsive it will have to work on portable devices but I used a feature called animate.css of this file I used the following effects:

fadeInDown , fadeInUp , fadeInLeft , and fadeInRight

They work correctly on my site but I went to do a test on my cell phone reminding me that I'm doing a localhost test without internet and they do not work because the purpose of this effect is that the images will appear as I scroll the page and this does not happen and need to make a specific code for mobile? I'm having this doubt.

    
asked by anonymous 03.07.2015 / 19:44

2 answers

1

It is possible that your mobile device does not support this feature.

Checks the browser version of the mobile if it supports these effects, noting that this effect is done by% css CSS and other features.

According to the site caniuse.com # css-animation :

Anothersite:

MDN CSS-Animation

    
08.07.2015 / 15:24
1

Just by disengagement, you are using a library css (animate) that works with css animation property based on the @keyframe rule. Check the use of proprietary prefixes for Mozilla and the Webkit engine. I say this because I did not see your code to know how you used it and along with the table that the friend posted to be sure where that animation module will buzz. Abs!

    
11.07.2015 / 10:03