fgnass / spin.js

A spinning activity indicator
http://spin.js.org
MIT License
9.3k stars 1.02k forks source link

Add 'right' css options for use with rtl directions of page; #330

Open alekskorolev opened 7 years ago

alekskorolev commented 7 years ago

For rtl direction pages (as Arabic languages) need align spinner for right side. This pull request add right option for css styles.

in2lag commented 7 years ago

@fgnass can you merge this?

theodorejb commented 6 years ago

As I mentioned in #275, if an option is added for right positioning, to be consistent an option would also have to be added for bottom positioning. However, I'm not sure either option is needed since a custom CSS class could be used to accomplish this.