/home/crealab/pueblito.brainware.com.co/wp-content/plugins/scroll_magic/assets/sass/_extend.scss
.trans {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.no-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.scrollmagic-trans {
    transition: all 300ms;
}