mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
more speed to toggle
This commit is contained in:
parent
eeaa58504a
commit
9b94059ede
@ -29,7 +29,7 @@ jQuery(document).ready(function(){
|
|||||||
}
|
}
|
||||||
this.readMoreActive = ! this.readMoreActive;
|
this.readMoreActive = ! this.readMoreActive;
|
||||||
|
|
||||||
jQuery(".d-none").toggle("fast", function(){
|
jQuery(".d-none").toggle("200", function(){
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user