Sha256: 0ca3f3b94b0c9af9fad5f07e79bbdd10f363d43c959aa8211387589be0a6f063

Contents?: true

Size: 869 Bytes

Versions: 2

Compression:

Stored size: 869 Bytes

Contents

body {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    animation: -amp-start 8s steps(1, end) 0s 1 normal both;
}
@-webkit-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}
@-moz-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}
@-ms-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}
@-o-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}
@keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-amp-0.1.1 _sass/amp.scss
jekyll-theme-amp-0.1.0 _sass/amp.scss