L
L
leexist2016-10-07 13:51:43
Sass
leexist, 2016-10-07 13:51:43

What's wrong, .sass?

.header-two 
    z-index: 9
    position: relative
    height: 200px
    width: 100%
    float: left
    background-color: #333333
    border-bottom: 3px solid #F39B36
    
    &:after 
        top: -30px
        position: absolute
        content: ""
        color: #EEEEEE
        height: 190px
        width: 100%
        background: url('img/cosmos1.svg') repeat-x 0 100%
        animation: way linear 120s infinite

        @keyframes way 
                   from background-position: -1500px 100% 0 0
                   to   background-position: 0 100%

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vitalka_fr, 2016-10-07
@leexist

No transfers:

@keyframes way 
      from 
            background-position: -1500px 100% 0 0
      to
            background-position: 0 100%

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question