Skip to content
Snippets Groups Projects
Commit 903bf471 authored by Seth Meranda's avatar Seth Meranda
Browse files

more refinements to animation

parent ee11573b
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,16 @@ $(document).ready(function(){
$('#casOption .loginMessage').fadeOut('fast', function(){
$('#casOption').animate({
'width' : '120px'
}, function(){
$('#casLogin').animate({
'opacity' : '0.3'
});
});
$('#elggOption').animate({
'width' : '790px'
}, function(){
$('.optionMessage').fadeOut('fast', function(){
$('#actionBar').removeClass('casLogin').addClass('elggLogin ');
$('#actionBar').removeClass('casLogin').addClass('elggLogin');
$('.elggLoginForm').fadeIn('fast');
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment