CodeByZach / pace

Automatically add a progress bar to your site.
https://codebyzach.github.io/pace/
MIT License
15.67k stars 1.9k forks source link

RTL support #477

Open S-A-code opened 5 years ago

S-A-code commented 5 years ago

Hi, I'm trying to make the progress-bar load from right-to-left. tried to simply change that with css transform rotate-y(180deg), and since I'm using Angular tried to add [dir]="'rtl'" in the pace.js file like so: <div [dir]="\'rtl\'" class="pace-progress">

but both methods didn't work for me, can you please give me a direction,

Thanks

Abdelraman commented 4 years ago

any updates about this issue ? Thanks