|
@@ -40,6 +40,16 @@ jQuery(document).ready(function($){
|
|
|
}
|
|
|
});
|
|
|
|
|
|
+// // souligne apparait on scrollLock
|
|
|
+// $(function () {
|
|
|
+// var element = $("#triggerOnScroll");
|
|
|
+// $(window).scroll(function () {
|
|
|
+// if($(window).scrollTop() > 0) {
|
|
|
+// element.addClass("animateMe");
|
|
|
+// }
|
|
|
+//
|
|
|
+// });
|
|
|
+
|
|
|
|
|
|
// jQuery('.your-class-here').one('inview', function (event, visible) {
|
|
|
// if (visible == true) {
|