如何从左到右制作进度条反转动画?

$(document).ready(function() {
toastr.options = {
'closeButton': true,
'debug': false,
'newestOnTop': false,
'progressBar': false,
'positionClass': 'toast-top-left',
'preventDuplicates': false,
'showDuration': '1000',
'hideDuration': '1000',
'timeOut': '5000',
'extendedTimeOut': '1000',
'showEasing': 'swing',
'hideEasing': 'linear',
'showMethod': 'fadeIn',
'hideMethod': 'fadeOut',
}
});发布于 2021-01-19 13:17:03
覆盖css类(toast-progress)
.toast-progress {右: 0;左:自动;}
https://stackoverflow.com/questions/65769754
复制相似问题