Jump to content

katet12

Member
  • Posts

    14
  • Joined

  • Last visited

Posts posted by katet12

  1. So I should create a code block in home page and paste: <div class="flier"><img src="https://freight.cargo.site/t/original/i/0501e4413c74c3401d9f041140258ef984cbc9a13d8aba70f89ae76b33e80ebf/Asset-13.png" width="200"></div>

     

    and then where do I paste the flier animation code: 

    .flier {
    pointer-events: none;
    }

    .flier > * {
    /* Adjust animation duration to change the element’s speed */
            animation: fly 50s linear infinite;
            pointer-events: none !important;
    top: 0;
    left: 0;
    transform: translateX(-120%) translateY(-120%) rotateZ(0);
    position: fixed;
    animation-delay: 1s;
    z-index: 999999;
    }

     /* Keyframe values control where the element will begin
        and end its trajectory across the screen. Each rule
        represents a path the element follows across the screen. */


    @keyframes fly {

    98.001%, 0% {
                    display: block;
    transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
    }

    15% {
    transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
    }

    15.001%, 18% {
    transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
    }

    40% {
    transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
    }

    40.001%, 43% {
    transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
    }

    65% {
    transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
    }

    65.001%, 68% {
    transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
    }

    95% {
    transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
    }
    }

     

    VERY sorry i am very new to coding and still figuring it out. Thanks so much

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.