updating docker deployment
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
$('#gn-countdown').countdown('2020/04/04', function(event) {
|
||||
$('#gn-countdown').countdown('2020/04/04 17:15', function(event) {
|
||||
$(this).html(event.strftime('%D days %Hhrs %Mm %Ss'));
|
||||
});
|
||||
|
||||
$('#chelt-countdown').countdown('2020/03/13', function(event) {
|
||||
$('#chelt-countdown').countdown('2020/03/13 15:30', function(event) {
|
||||
$(this).html(event.strftime('%D days %Hhrs %Mm %Ss'));
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ $("#event-rotate").Morphist({
|
||||
// The exit animation type (Out). Refer to Animate.css for a list of available animations.
|
||||
animateOut: "zoomOutRight",
|
||||
// The delay between the changing of each object in milliseconds.
|
||||
speed: 4000,
|
||||
speed: 5000,
|
||||
complete: function () {
|
||||
// Called after the entrance animation is executed.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user