disable transition animation on CSS.
a {
transition: none;
}disable transition animation on CSS.
a {
transition: none;
}http://apps.eky.hk/css-triangle-generator/
this is useful tool to create triangle shape by CSS.
this tools can change triangle "angle" too.
| .swiper-button-disabled, | |
| .swiper-button-disabled { | |
| pointer-events: none;// under <a> tag link is working | |
| } |
.section-scroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
will-change: scroll-position;
}| <!-- | |
| If compile error "*** is not defined" occured when gulp task run, below check is work well to avoid compile error. | |
| --> | |
| <% if (typeof hasNewLabel === 'boolean' && hasNewLabel === true) { %> | |
| NEW label | |
| <% } %> |