Sometimes when adding animations to a class in Oxygen Builder, the element will not display properly in the builder.
Simply add the following CSS to a stylesheet to disable animations within the builder.
.ng-scope [data-aos] {
opacity:1;
transform:translate(0) scale(1);
}