Replies: 0
Hello,
The shrink feature works, but when it occurs there’s no smooth transition to the new height; the entire page jumps along with it making for a bad user experience. Personally the shrink feature is useless because of this.
As a test, simply adding this CSS to the stickied-widget makes a smooth transition between heights, when using the ‘shrink’ feature:
selector {
transition: all 0.5s;
}
For this CSS, I don’t think it’s a good thing to target ‘all’. What are the specific properties the plugin is affecting when the height changes?
FEATURE REQUEST: It would be a nice feature to set the timing of the ‘shrink’ feature.