Getting a ‘slide down’ js panel implemented within WP

In order to be compatible with other libraries, jQuery loads in “no conflict” mode by default . Try rewriting your code to use the jQuery keyword instead of $.

jQuery(function ($) {
    $("#notification").addClass("visible");
});