Skip to content

Instantly share code, notes, and snippets.

@mattdonnelly
Last active October 10, 2019 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdonnelly/bdaec35c250ea3c1c506cca859d28d57 to your computer and use it in GitHub Desktop.
Save mattdonnelly/bdaec35c250ea3c1c506cca859d28d57 to your computer and use it in GitHub Desktop.
Liquid Fire Window Resize Bug
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<div style="background: red;">
{{#liquid-spacer growWidth=false growDuration=3000}}
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
{{/liquid-spacer}}
</div>
{
"version": "0.15.1",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js",
"ember": "3.4.3",
"ember-template-compiler": "3.4.3",
"ember-testing": "3.4.3"
},
"addons": {
"ember-data": "3.4.2",
"liquid-fire": "0.30.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment