trAvis - MANAGER
Edit File: plus-reveal-animation.min.js
(function(a){'use strict';a(document).ready(function(){plus_reveal_animation()})})(jQuery);function plus_reveal_animation(){'use strict';var a=jQuery;a(".pt-plus-reveal").each(function(){var c=a(this),b=c.data("reveal-id"),d=c.data("effect-color-1"),e=c.data("effect-color-2");a("head").append("<style type='text/css'>."+b+".animated::before{background: "+e+";}."+b+".animated::after{background: "+d+";}</style>"),c.waypoint(function(a){"down"===a&&(c.hasClass("animated")?c.hasClass("animated"):c.addClass("animated"))},{triggerOnce:!0,offset:"85%"})})}