MVMT Watches is a leading watch brand based in LA. Throughout the majority of my career at Brand Value Accelerator I’ve been intimately involved with the optimization (through Optimizely) and development of their Shopify store as the project’s main developer.
The combination of high online traffic and MVMT’s willingness to experiment with new technologies makes their site a fertile learning environment. From landing pages to a complex promotional discount system, I have worked both internally and directly with the client to provide the most elegant solutions to enhance their e-commerce experience.
Below are some of my contributions to the project.
Product Filtering
This feature allows users to sort and filter products in a collection instantly, without relying on Shopify’s native functionality (which reloads the page each time).
First, all the product info is retrieved via an AJAX call to a JSON endpoint and stored in a variable. From there events are bound to the UI that either filter or sort the initial product data, and render the result in the grid using a JS template that’s populated with each item’s info.
The filter function is based on product tags:
SVG Watch Animation
For the chrono product launch landing page, I animated an SVG of a watch to ‘build’ as the page is scrolled down, and rotated the hands so they tick proportionally. This was accomplished by editing the SVG’s XML layout to group each element together, and using animateTransform elements to move the hands directly in the markup.
The seconds hand group and animateTransform element: