MAMujtaba Abidinmujtaba.codes·Aug 15, 2023 · 1 min readShopify MetaobjectsMetaobject lets you define completely new data models. Metafields on the other ends rather mean expanding the existing data models like if you need to store additional information rights on your product. Metafields can hold a refrence to metaobjects....00
MAMujtaba Abidinmujtaba.codes·Feb 28, 2023 · 1 min readQuick React GuideComponent A component in react is just a function in React. React Component name's first letter should be uppercase. The react component has single parent div in return. The react component should be exported and imported. Child Component A child co...00
MAMujtaba Abidinmujtaba.codes·Feb 20, 2023 · 1 min readJet Engine TutorialGlossaries The Glossary functionality allows you to create a list of items with labels and values and use it as often as you need. We can use in the dashboard of WordPress in a normal way it becomes a selectable area, or we can use it in a front end ...00
MAMujtaba Abidinmujtaba.codes·Feb 17, 2023 · 1 min readCSS Calc FunctionThe calc functions allow you to do addition, subraction, multiplication or division of any length values You can nest calc function in another calc function You must need space between values and operators See the Pen Untitled by Mujtaba Abid (...00
MAMujtaba Abidinmujtaba.codes·Feb 15, 2023 · 3 min readGSAP Quick TutorialGSAP Basics GSAP.from() GSAP.from is basically when the animations start and ends at the element current state. GSAP.to() The animation will start at the current state and finished by the values specified in tween. gsap.fromTo() You will define both ...00