We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b987bc commit 07ca33aCopy full SHA for 07ca33a
spin.js
@@ -160,6 +160,7 @@
160
className: 'spinner', // CSS class to assign to the element
161
top: '50%', // center vertically
162
left: '50%', // center horizontally
163
+ right: 'none', // default value for right position
164
shadow: false, // Whether to render a shadow
165
hwaccel: false, // Whether to use hardware acceleration
166
position: 'absolute' // Element positioning
@@ -191,7 +192,8 @@
191
192
width: 0,
193
zIndex: o.zIndex,
194
left: o.left,
- top: o.top
195
+ top: o.top,
196
+ right: o.right
197
});
198
199
if (target) {
0 commit comments