Forum Replies Created

are often better for cooling We may not necessarily be buying the concept

  • Perfect!

    Please note that the animation is “working”, the problem is that it animates before the user scroll down to the image.

    Attachments:
    You must be logged in to view attached files.

    <!– scripts bellow –>

    <script src=”assets/js/jquery.min.js”></script>
    <script src=”assets/bootstrap/js/bootstrap.min.js”></script>
    <script src=”assets/js/jquery.easing.1.3.js”></script>
    <!– IE –>
    <script src=”assets/js/modernizr.custom.js”></script>

    <!– JS responsible for hover in touch devices –>
    <script src=”assets/js/jquery.hoverIntent.js”></script>

    <!– Detects when a element is on wiewport –>
    <script src=”assets/js/jquery.appear.js”></script>

    <!– parallax effect –>
    <script src=”assets/js/jquery.stellar.min.js”></script>

    <!– Flexslider –>
    <script src=”assets/plugins/flexslider/jquery.flexslider-min.js”></script>

    <!– Thumb slider with mouse hover navigation –>
    <script src=”assets/plugins/thumbscroller/jquery-ui-1.8.13.custom.min.js”></script>
    <script src=”assets/plugins/thumbscroller/jquery.thumbnailScroller.js”></script>

    <!– Responsible for the sidebar navigation in mobile –>
    <script src=”assets/js/snap.min.js”></script>

    <!– Contact form validation –>
    <script src=”assets/form/js/contact-form.js”></script>

    <!– our main JS file –>
    <script src=”assets/js/main.js”></script>

    This reply has been marked as private.
    This reply has been marked as private.

    I have changed the file and the problem remains.
    Now the class only contains “animated fadeInRightBig”
    When I load the page (or refresh it) when I scroll down the animation ALREADY HAPPENED.
    The only way the see the animation working it to reload the page while at the image position (And there is no point in doing that)

    Thank you!