You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Man, please create base structure of baron and add to tutorial.
I have been workiing with baron already two hours and dont understanding how it works.
For example
HTML
CSS
you need @import "~baron/skins/styles.css" and select one of 3 classes(for example baron__clipper _simple like this) and your element(in this example element with id=#baron_1 must have a height, for example 300px
JS
baron({
scroller: `#baron_1`,
track: `.baron__track`,
bar: `.baron__bar`
});
Man, please create base structure of baron and add to tutorial.
I have been workiing with baron already two hours and dont understanding how it works.
For example
HTML
bla bla bla
CSS
bla bla bla
only rules that real needing for initialize baron
JS
only options that real needing for initialize baron
Thanks
The text was updated successfully, but these errors were encountered: