Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
10
html/js/modules (optional)/animations.js
Normal file
10
html/js/modules (optional)/animations.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// Animations
|
||||
|
||||
$(function() {
|
||||
$('.arrow-r').on('click', function() {
|
||||
//Reset all but the current
|
||||
$('.arrow-r').not(this).find('.fa-angle-down').removeClass('rotate-element');
|
||||
//Rotate/reset the clicked one
|
||||
$(this).find('.fa-angle-down').toggleClass('rotate-element');
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user