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
Currently, I only able to have a transition on the X-axis, I want to rotate my slider on Y-axis. I saw in the code there is a translate function that can be changed the axis:
/**
* translates to a given position in a given time in milliseconds
*
* @to {number} number in pixels where to translate to
* @duration {number} time in milliseconds for the transistion
* @ease {string} easing css property
*/
function translate (to, duration, ease)
What do you think to add an option to change the axis?
This is a print screen from the slider that I'm trying to implement.
The text was updated successfully, but these errors were encountered:
Currently, I only able to have a transition on the X-axis, I want to rotate my slider on Y-axis. I saw in the code there is a
translate
function that can be changed the axis:What do you think to add an option to change the axis?
This is a print screen from the slider that I'm trying to implement.
The text was updated successfully, but these errors were encountered: