SCSS Keyframe Mixin

Com este mixin SCSS, prefixe facilmente o fornecedor de seus quadros-chave. @mixin keyframes( $animationName ){ @-webkit-keyframes $animationName { @content; } @-moz-keyframes $animationName { @content; } @-o-keyframes $animationName { @content; } …

Continuar lendo

animação js html

function ik_enableScrollAnimations(t) { t = t || window, $(t).on(“scroll”, $(function() { $(“.animate”).each(function() { if ($(this).data(“scrollAnimation”) !== !1) { var e = $(this).closest(“.container”).parent(); e.length || (e = $(this).parent()); var n = …

Continuar lendo